--- category: ru layout: default title: Архив материалов comment: false share: false back: 2 ---
{% for post in site.categories.ru %} {% assign new_month = post.date | date: "%Y" %} {% if new_month != month %}
{% endif %} {% assign month = post.date | date: "%B, %Y" %} {% include shortdate_to_ru.html %} » {{ post.title }} ({{ post.tags }}) {% endfor %}