diff --git a/blog/_layouts/default.html b/blog/_layouts/default.html index 0215b427..a975c160 100644 --- a/blog/_layouts/default.html +++ b/blog/_layouts/default.html @@ -1,8 +1,9 @@ - + + diff --git a/blog/atom.xml b/blog/atom.xml new file mode 100644 index 00000000..9a93e8f4 --- /dev/null +++ b/blog/atom.xml @@ -0,0 +1,24 @@ +--- +layout: nil +--- + + + i3.zekjur.net/blog/ + + + + i3 developers + + {{ site.time | date_to_xmlschema }} + http://i3.zekjur.net/blog/ + + {% for post in site.posts %} + + {{ post.title | xml_escape }} + + {{ post.date | date_to_xmlschema }} + http://i3.zekjur.net/{{ post.id }} + {{ post.content | xml_escape }} + + {% endfor %} +