archive.md 1.2 KB


layout: page title: Archive permalink: /archive/ weight: 5 sitemap:

priority: 0.9

{% capture page_subtitle %} {% include page/searchbox.html %} {% endcapture %} {% include page/title.html title=page.title subtitle=page_subtitle %} {% for post in site.posts %} {% assign category = site.my_categories | where: "slug", post.category %} {% assign category = category[0] %} {% if category %} {% capture category_content %}{{ category.name }}{% endcapture %} {% endif %} {% capture month %}{{ post.date | date: '%m%Y' }}{% endcapture %} {% capture nmonth %}{{ post.next.date | date: '%m%Y' }}{% endcapture %} {% if month != nmonth %} {% if forloop.index != 1 %}
{% endif %}

{% include utils/date_custom_short.html date = post.date %}

    {% endif %} {% include page/post-list-item.html %} {% comment %} tagi w archiwum {{ tags_content }} {% endcomment %} {% endfor %}
{% comment %} {% include utils/tag-box.html %} {% endcomment %}