X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/6c949abba207d1943b6ecb6a727cbd3225346498..6b6fea89388f806b42cda8ec35c52628c426d144:/personal/_includes/post-feed.html diff --git a/personal/_includes/post-feed.html b/personal/_includes/post-feed.html new file mode 100644 index 0000000..18959ed --- /dev/null +++ b/personal/_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 %}