mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-15 06:05:47 +00:00
change to hiding posts by year since I do not write them often
This commit is contained in:
@ -14,8 +14,8 @@ back: 2
|
||||
<section>
|
||||
|
||||
{% for post in site.categories.ru limit:1 %}
|
||||
{% assign month = post.date | date: "%B, %Y" %}
|
||||
{% assign new_month = post.date | date: "%B, %Y" %}
|
||||
{% assign month = post.date | date: "%Y" %}
|
||||
{% assign new_month = post.date | date: "%Y" %}
|
||||
{% endfor %}
|
||||
<label class="spoiler">
|
||||
<input type="checkbox" tabindex="-1">
|
||||
@ -23,7 +23,7 @@ back: 2
|
||||
<b>{% include longdate_to_ru.html %}</b> <span class="close" style="float:right;">(скрыть)</span><span class="open" style="float:right;">(показать)</span>
|
||||
<blockquote>
|
||||
{% for post in site.categories.ru %}
|
||||
{% assign new_month = post.date | date: "%B, %Y" %}
|
||||
{% assign new_month = post.date | date: "%Y" %}
|
||||
{% if new_month != month %}
|
||||
</blockquote>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user