From 8a0446c8938d0894ac2d7717a412babba5b48e03 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Mon, 23 Jun 2014 01:09:22 +0400 Subject: [PATCH] fix russian archive page --- ru/blog/archive.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}