X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/2cedbd920036c821da952ed585c203699fb499f1..2af997a3ebc742057551ac0de6e750fe728326eb:/ralf/_includes/post-feed.html diff --git a/ralf/_includes/post-feed.html b/ralf/_includes/post-feed.html new file mode 100644 index 0000000..18959ed --- /dev/null +++ b/ralf/_includes/post-feed.html @@ -0,0 +1,12 @@ +{% for post in include.posts limit:12 %} + + {{ post.title | xml_escape }} + + {{ post.date | date_to_xmlschema }} + {{ post.url | prepend: site.baseurl | prepend: site.url }} + {% for cat in post.categories %} + + {% endfor %} + {{ post.content | xml_escape }} + +{% endfor %}