diff options
author | Valentin Popov <info@valentineus.link> | 2019-10-31 17:57:41 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-10-31 17:57:41 +0300 |
commit | c5b50b2ae26447477fb740043eb14f214a6ba611 (patch) | |
tree | 998ebd196f213d6a4d07ce7b149249da8aa1a8bf /_layouts | |
parent | e755d878d0145339fda6d06d193b265dbc2bacba (diff) | |
download | popov.link-c5b50b2ae26447477fb740043eb14f214a6ba611.tar.xz popov.link-c5b50b2ae26447477fb740043eb14f214a6ba611.zip |
Moved sidebar
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 2 | ||||
-rw-r--r-- | _layouts/page.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index bff82d3..ee363a2 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,8 +8,6 @@ layout: compress <body> {{ content }} - - {% include aside.html %} </body> </html> diff --git a/_layouts/page.html b/_layouts/page.html index 01d6fcd..56d1864 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -9,3 +9,5 @@ layout: default {{ content }} </main> + +{% include aside.html %} |