X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/6c949abba207d1943b6ecb6a727cbd3225346498..6b6fea89388f806b42cda8ec35c52628c426d144:/personal/_includes/post-list.html diff --git a/personal/_includes/post-list.html b/personal/_includes/post-list.html new file mode 100644 index 0000000..7b14efc --- /dev/null +++ b/personal/_includes/post-list.html @@ -0,0 +1,8 @@ +{% for post in include.posts %} +
+ {% include post-header.html item=post %} +

{{ post.title }}

+
+ {{ post.excerpt }} +

Read more...

+{% endfor %}