Collection with information about the author
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
86c86d6b6a
commit
79c3ff52bd
3
_data/author_info.yml
Normal file
3
_data/author_info.yml
Normal file
@ -0,0 +1,3 @@
|
||||
email: "info@valentineus.link"
|
||||
name: "Valentin Popov"
|
||||
url: "http://valentineus.link"
|
@ -19,9 +19,9 @@ layout: compress
|
||||
|
||||
<!-- Author -->
|
||||
<author>
|
||||
<email>{{ site.author.email | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</email>
|
||||
<name>{{ site.author.name | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</name>
|
||||
<uri>{{ site.author.url | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</uri>
|
||||
<email>{{ site.data.author_info.email | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</email>
|
||||
<name>{{ site.data.author_info.name | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</name>
|
||||
<uri>{{ site.data.author_info.url | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</uri>
|
||||
</author>
|
||||
|
||||
{% for item in site.posts %}
|
||||
@ -39,9 +39,9 @@ layout: compress
|
||||
|
||||
<!-- Author -->
|
||||
<author>
|
||||
<email>{{ site.author.email | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</email>
|
||||
<name>{{ site.author.name | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</name>
|
||||
<uri>{{ site.author.url | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</uri>
|
||||
<email>{{ site.data.author_info.email | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</email>
|
||||
<name>{{ site.data.author_info.name | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</name>
|
||||
<uri>{{ site.data.author_info.url | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</uri>
|
||||
</author>
|
||||
|
||||
<!-- Content -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user