From ef381e1e854c223ab6c8d1cb7efe2cc16319d0db Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 17 Oct 2010 19:14:55 +0200 Subject: [PATCH] blog: add feed, s/utf8/utf-8 in charset --- blog/_layouts/default.html | 3 ++- blog/atom.xml | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 blog/atom.xml 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 %} + -- 2.39.5