From ad7596273182c47ec0127d0230b3543fbe9e45fb Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 7 Dec 2018 01:28:12 +0400 Subject: [PATCH] feat(html): Adding roles to the standard HTML Signed-off-by: Valentin Popov --- _layouts/page.html | 6 ++++-- _layouts/post.html | 9 +++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/_layouts/page.html b/_layouts/page.html index c093f58..8a6ce79 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -6,11 +6,13 @@ layout: default
-

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

+

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

-
+
{{ content }}
diff --git a/_layouts/post.html b/_layouts/post.html index c093f58..6273958 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -6,12 +6,17 @@ layout: default
-

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

+

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

-
+
{{ content }}
+ + {% include disqus.html %} +