diff --git a/_layouts/default.html b/_layouts/default.html index 2cf0aafe..b8cc3446 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,5 @@ - + {% include base/head.html %} @@ -7,14 +7,15 @@
- {% include base/header.html %} - {{ content }} + {% include base/header.html %} {{ content }}
- {% include base/footer.html %} + {% include base/footer.html %}
- + + + \ No newline at end of file