--- layout: default ---
{% comment %}Show link to previous/next post.{% endcomment %} {% include function_show-prev-next-navigation.html %} {% comment %}Show dates of the post.{% endcomment %} {% include function_show-dates.html created = page.date edited = page.lastedit %} {% comment %} In Markdown posts, page.title defaults to parts of the filename. Thus, do not use `# Heading` in Blog posts, otherwise two H1-heading will appear. {% endcomment %} {% if page.title %}

{{ page.title }}

{% endif %} {% comment %}Show tags of the post.{% endcomment %} {% include function_tag-list.html tags=page.tags %}
{{ content }}
{% comment %}Show link to previous/next post.{% endcomment %} {% include function_show-prev-next-navigation.html %}