From 55683500ee58c0e5a6a1ad6e14b3349b531e36f8 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sun, 16 Dec 2018 18:11:46 +0400 Subject: fix(pages): Catching visual headline Signed-off-by: Valentin Popov --- _layouts/post.html | 1 + 1 file changed, 1 insertion(+) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index 6273958..9362173 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -8,6 +8,7 @@ layout: default

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

-- cgit v1.2.3