{% include head.html %} {% include header.html %}
← Zpět na blog

{{ 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 %} {{ page.title }} {% endif %} {% if page.tags %}
{% for tag in page.tags %} {{ tag }} {% endfor %}
{% endif %}
{% include footer.html %}