{% assign author = site.data.authors[include.author] %} {% assign date = include.date | default: "today" | date: "%-d. %B %Y" %}
{% if author.name %}{{ author.name }} - {% endif %} {% assign x = date | date: "%m" | minus: 1 %} {{ date | date: "%-d. " }}{{ site.data.language.str_months[x]}} {{ date | date: "%Y" }}