From 43860e4137eb779de27662998259ecc00c1b57bd Mon Sep 17 00:00:00 2001 From: arcan1s Date: Mon, 23 Jun 2014 01:07:32 +0400 Subject: [PATCH] change to hiding posts by year since I do not write them often --- blog/archive.html | 6 +++--- ru/blog/archive.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/blog/archive.html b/blog/archive.html index 85175d8..cb2c5c6 100644 --- a/blog/archive.html +++ b/blog/archive.html @@ -13,7 +13,7 @@ back: 2
{% for post in site.categories.en limit:1 %} - {% assign month = post.date | date: "%B, %Y" %} + {% assign month = post.date | date: "%Y" %} {% endfor %}