From 70ec8720e2916256a4a8590b8f24900af8f03284 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 3 Apr 2018 23:27:28 +0000 Subject: Qualitative identifiers Signed-off-by: Valentin Popov --- _pages/atom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_pages') diff --git a/_pages/atom.xml b/_pages/atom.xml index cc7548e..daf9bfc 100644 --- a/_pages/atom.xml +++ b/_pages/atom.xml @@ -9,7 +9,7 @@ layout: null - {{ site.url | xml_escape }} + {{ site.url | slugify | xml_escape }} {{ "/assets/favicon-32x32.png" | absolute_url | xml_escape }} @@ -29,7 +29,7 @@ layout: null - {{ node.url | absolute_url | xml_escape }} + {{ node.id | slugify | xml_escape }} {{ node.title | smartify | strip_html | normalize_whitespace | xml_escape }} -- cgit v1.2.3