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/navbar.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_includes/navbar.html') diff --git a/_includes/navbar.html b/_includes/navbar.html index 7c0c8c4..c5d1de8 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -4,8 +4,8 @@ Home {% for page in pages %} - - {{ page.title | default: "Page" | strip_newlines | strip_html | strip | normalize_whitespace | smartify | capitalize }} + + {{ page.title | default: "Page" | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }} {% endfor %} -- cgit v1.2.3