diff --git a/ru/blog/archive.html b/ru/blog/archive.html index 477397b..36ad8cb 100644 --- a/ru/blog/archive.html +++ b/ru/blog/archive.html @@ -34,7 +34,7 @@ back: 2 {% include longdate_to_ru.html %} (скрыть)(показать)
{% endif %} - {% assign month = post.date | date: "%B, %Y" %} + {% assign month = post.date | date: "%Y" %} {% include shortdate_to_ru.html %} » {{ post.title }} ({{ post.tags }})
{% endfor %}