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/page.html | 2 +- _layouts/post.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '_layouts') diff --git a/_layouts/page.html b/_layouts/page.html index 5e6d1de..8938b9d 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -5,7 +5,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 }} 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