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 --- _pages/index.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '_pages/index.html') diff --git a/_pages/index.html b/_pages/index.html index 30f8c6d..3257c6a 100644 --- a/_pages/index.html +++ b/_pages/index.html @@ -15,14 +15,12 @@ layout: page

- - {{ post.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | capitalize }} + + {{ post.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}

- {% if post.description %} -

{{ post.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncatewords: 32 }}

- {% endif %} +

{{ post.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncatewords: 32 | xml_escape }}

{% endfor %} {% endfor %} -- cgit v1.2.3