diff --git a/lib/site_template/_layouts/page.html b/lib/site_template/_layouts/page.html index 74c1a118..ce233ad7 100644 --- a/lib/site_template/_layouts/page.html +++ b/lib/site_template/_layouts/page.html @@ -1,14 +1,14 @@ --- layout: default --- -
+

{{ page.title }}

-
+
{{ content }} -
+
- + diff --git a/lib/site_template/_layouts/post.html b/lib/site_template/_layouts/post.html index 5a072b3e..d34c02d2 100644 --- a/lib/site_template/_layouts/post.html +++ b/lib/site_template/_layouts/post.html @@ -1,15 +1,15 @@ --- layout: default --- -
+

{{ page.title }}

-
+
{{ content }} -
+
- +