Skip to content

Commit

Permalink
Update atom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tzvet authored Jul 26, 2020
1 parent edc3dfb commit d65951e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions blog/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ layout: feed
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

<title>Hank Quinlan's Blog</title>
<link href="http://hankquinlan.github.io/blog/atom.xml" rel="self"/>
<link href="http://hankquinlan.github.io/blog"/>
<title>Tzvetomir Tzvetanov's Blog</title>
<link href="https://tzvet.github.io/blog/atom.xml" rel="self"/>
<link href="https://tzvet.github.io/blog"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>
<id>http://hankquinlan.github.io/blog</id>
<id>http://tzvet.github.io/blog</id>
<author>
<name>Hank Quinlan</name>
<email>hankquinlanhub@gmail.com</email>
<name>Tzvetomir Tzvetanov</name>
<email>tzvetomir.tzvetanov@gmail.com</email>
</author>

{% for post in site.posts %}
<entry>
<title>{{ post.title }}</title>
<link href="http://hankquinlan.github.io{{ post.url }}"/>
<link href="http://tzvet.github.io{{ site.baseurl }}{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>http://hankquinlan.github.io{{ post.id }}</id>
<id>http://tzvet.github.io{{ post.id }}</id>
<content type="html">{{ post.content | xml_escape }}</content>
</entry>
{% endfor %}

</feed>
</feed>

0 comments on commit d65951e

Please sign in to comment.