From 79c3ff52bd3454fdba20e4634fb858bae4af0482 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 24 Apr 2018 20:37:57 +0400 Subject: Collection with information about the author Signed-off-by: Valentin Popov --- _pages/atom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '_pages') diff --git a/_pages/atom.xml b/_pages/atom.xml index 8aeeb98..79cd5e1 100644 --- a/_pages/atom.xml +++ b/_pages/atom.xml @@ -19,9 +19,9 @@ layout: compress - {{ site.author.email | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} - {{ site.author.name | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} - {{ site.author.url | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} + {{ site.data.author_info.email | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} + {{ site.data.author_info.name | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} + {{ site.data.author_info.url | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} {% for item in site.posts %} @@ -39,9 +39,9 @@ layout: compress - {{ site.author.email | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} - {{ site.author.name | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} - {{ site.author.url | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} + {{ site.data.author_info.email | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} + {{ site.data.author_info.name | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} + {{ site.data.author_info.url | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} -- cgit v1.2.3