← Zpět na blog
{% endif %} {% if page.tags %}
{% endif %}
{{ page.title }}
{% assign months =
"ledna,února,března,dubna,května,června,července,srpna,září,října,listopadu,prosince"
| split: "," %} {% assign month_index = page.date | date: "%-m" |
minus: 1 %} {% assign month_name = months[month_index] %} {{ page.date
| date: "%-d." }} {{ month_name }} {{ page.date | date: "%Y" }}
{{ content }}
{% if page.image %}