edited spolers

This commit is contained in:
arcan1s
2014-01-21 00:49:34 +04:00
parent 44c4c5e66e
commit d90f9aa55e
5 changed files with 31 additions and 11 deletions

View File

@ -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" %}