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 --- _includes/head.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_includes/head.html') diff --git a/_includes/head.html b/_includes/head.html index 012e8c7..e7766cb 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -13,9 +13,9 @@ {% endfor %} - - - {{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncate: 64 }} + + + {{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncate: 64 | xml_escape }} -- cgit v1.2.3