From: Michael Stapelberg Date: Sun, 17 Oct 2010 17:14:55 +0000 (+0200) Subject: blog: add feed, s/utf8/utf-8 in charset X-Git-Tag: 3.e-bf2~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ef381e1e854c223ab6c8d1cb7efe2cc16319d0db;p=i3%2Fi3 blog: add feed, s/utf8/utf-8 in charset --- 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 %} +