diff --git a/blog/archive.html b/blog/archive.html index 528f7a8..fc17452 100644 --- a/blog/archive.html +++ b/blog/archive.html @@ -19,7 +19,7 @@ hastr: true - {{ month }} + {{ month }} (hide)(show) {% for post in site.categories.en %} @@ -31,7 +31,7 @@ hastr: true - {{ new_month }} + {{ new_month }} (hide)(show) {% endif %} diff --git a/ru/blog/archive.html b/ru/blog/archive.html index a8c5848..9f6dd00 100644 --- a/ru/blog/archive.html +++ b/ru/blog/archive.html @@ -21,7 +21,7 @@ hastr: true - {% include longdate_to_ru.html %} + {% include longdate_to_ru.html %} (скрыть)(показать) {% for post in site.categories.ru %} @@ -33,7 +33,7 @@ hastr: true - {% include longdate_to_ru.html %} + {% include longdate_to_ru.html %} (скрыть)(показать) {% endif %}