From 19fbb3342a443fa36f00130f833207c79c7583d7 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 6 Dec 2018 22:58:52 +0400 Subject: feat(schema): Remove old markup Signed-off-by: Valentin Popov --- _layouts/page.html | 26 ++++++++++---------------- _layouts/post.html | 32 +++++++++----------------------- 2 files changed, 19 insertions(+), 39 deletions(-) (limited to '_layouts') 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 }} +
-- cgit v1.2.3