mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-03 17:05:47 +00:00
edited spolers
This commit is contained in:
@ -17,7 +17,7 @@ back: 2
|
||||
{% endfor %}
|
||||
<label class="spoiler">
|
||||
<input type="checkbox" class="bo"/>
|
||||
<div class="title">{{ month }}</div>
|
||||
<div class="title">{{ month }} (show)</div>
|
||||
<div class="body">
|
||||
{% for post in site.categories.en %}
|
||||
{% assign new_month = post.date | date: "%B, %Y" %}
|
||||
@ -26,7 +26,7 @@ back: 2
|
||||
</label>
|
||||
<label class="spoiler">
|
||||
<input type="checkbox" class="bo"/>
|
||||
<div class="title">{{ new_month }}</div>
|
||||
<div class="title">{{ new_month }} (show)</div>
|
||||
<div class="body">
|
||||
{% endif %}
|
||||
{% assign month = post.date | date: "%B, %Y" %}
|
||||
|
Reference in New Issue
Block a user