From 50d2a17ec6b454404b086c0b000f6c94e5eac88f Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 25 Apr 2018 02:15:04 +0400 Subject: Minor changes Signed-off-by: Valentin Popov --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index 81d3b46..8cfd061 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -6,7 +6,7 @@ layout: default
-

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

+

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

{{ content }} -- cgit v1.2.3