diff options
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 %} |