aboutsummaryrefslogtreecommitdiff
path: root/_pages
diff options
context:
space:
mode:
authorValentin Popov <valentineus@gmail.com>2018-04-04 02:27:28 +0300
committerValentin Popov <valentineus@gmail.com>2018-04-04 02:27:28 +0300
commit70ec8720e2916256a4a8590b8f24900af8f03284 (patch)
tree5bf5a5973874ee1a5b89988ee3475169dcf259b2 /_pages
parent7dc9912c0d8f220cc41e4b2f6afa31c633b1819f (diff)
downloadpopov.link-70ec8720e2916256a4a8590b8f24900af8f03284.tar.xz
popov.link-70ec8720e2916256a4a8590b8f24900af8f03284.zip
Qualitative identifiers
Signed-off-by: Valentin Popov <valentineus@gmail.com>
Diffstat (limited to '_pages')
-rw-r--r--_pages/atom.xml4
1 files changed, 2 insertions, 2 deletions
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
<!-- Identifiers and references -->
<link href="{{ site.rss | absolute_url | xml_escape }}" rel="self" type="application/atom+xml" />
<link href="{{ site.url | xml_escape }}" rel="alternate" type="text/html" />
- <id>{{ site.url | xml_escape }}</id>
+ <id>{{ site.url | slugify | xml_escape }}</id>
<!-- Description and name -->
<icon>{{ "/assets/favicon-32x32.png" | absolute_url | xml_escape }}</icon>
@@ -29,7 +29,7 @@ layout: null
<entry>
<!-- Identifiers and references -->
<link href="{{ node.url | absolute_url | xml_escape }}" rel="alternate" type="text/html" />
- <id>{{ node.url | absolute_url | xml_escape }}</id>
+ <id>{{ node.id | slugify | xml_escape }}</id>
<!-- Description and name -->
<title>{{ node.title | smartify | strip_html | normalize_whitespace | xml_escape }}</title>