{% comment %}
Processes a single post for display in the list of articles.
Expects a post object as a parameter.
Call via:
----
{% include function_post-in-list-short.html
post=current_post
%}
----
{% endcomment %}
{% assign post = include.post %}
{{ post.date | date: "%Y-%m-%d" }}:
{% if post.permalink %}
{% comment %}
I use permalinks to indicate that an article was at some point considered beeing finished.
{% endcomment %}
{% endif %}
{{ post.title }}