diff --git a/_layouts/page.html b/_layouts/page.html index 5dd9fab..c093f58 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,22 +2,16 @@ layout: default --- -
- - +
- - + +
+

{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}

+
- - + +
+ {{ content }} +
- -
- {{ content }} -
-
\ No newline at end of file +
diff --git a/_layouts/post.html b/_layouts/post.html index b35e73c..c093f58 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,30 +2,16 @@ layout: default --- -
- - +
- - + +
+

{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}

+
- - - - - - - -
- {{ content }} -
+ +
+ {{ content }} +