X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/239eb42465f1fd655a2109eb5e6e5a7b548e1e3e..6680e4573ec412349c1203d35190831d5219e4f9:/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 %}