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/post.html | 32 +++++++++----------------------- 1 file changed, 9 insertions(+), 23 deletions(-) (limited to '_layouts/post.html') 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