{{ archive_context.name }} - {{ min_date.day }}.{{ min_date.month }}.{{ min_date.year }} - {{ max_date.day }}.{{ max_date.month }}.{{ max_date.year }}
{% else %}{{ labels.archive_label }} {{ min_date.day }}.{{ min_date.month }}.{{ min_date.year }} - {{ max_date.day }}.{{ max_date.month }}.{{ max_date.year }}
{% endif %} {% else %} {% if archive_context.kind == 'tag' or archive_context.kind == 'category' %}{{ archive_context.name }}
{% elsif archive_context.kind == 'month' and archive_context.month and archive_context.year %}{{ labels.archive_label }} {{ archive_month_name }} {{ archive_context.year }}
{% elsif archive_context.kind == 'year' and archive_context.year %}{{ labels.archive_label }} {{ archive_context.year }}
{% elsif archive_context.kind == 'day' and archive_context.day and archive_context.month and archive_context.year %}{{ labels.archive_label }} {{ archive_context.day }}. {{ archive_month_name }} {{ archive_context.year }}
{% else %}{{ page_title }}
{% endif %} {% endif %} {% endif %} {% render 'partials/menu', menu_items: menu_items, language: language, calendar_initial_year: calendar_initial_year, calendar_initial_month: calendar_initial_month, labels: labels %}
{% for post in day_block.posts %}
{% if post.show_title %}
{% assign canonical_post_href = canonical_post_path_by_slug[post.slug] %}
{% if canonical_post_href == blank %}
{% assign canonical_post_href = '/posts/' | append: post.slug %}
{% endif %}
{% endfor %}
{% if post.show_title %}
{% assign canonical_post_href = canonical_post_path_by_slug[post.slug] %}
{% if canonical_post_href == blank %}
{% assign canonical_post_href = '/posts/' | append: post.slug %}
{% endif %}
{% endfor %}
{% endif %}
{% if day_block.show_separator %}
{% endif %}
{% endfor %}