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

@ -19,7 +19,7 @@ back: 2
{% endfor %}
<label class="spoiler">
<input type="checkbox" class="bo"/>
<div class="title">{% include longdate_to_ru.html %}</div>
<div class="title">{% include longdate_to_ru.html %} (показать)</div>
<div class="body">
{% for post in site.categories.ru %}
{% assign new_month = post.date | date: "%B, %Y" %}
@ -28,7 +28,7 @@ back: 2
</label>
<label class="spoiler">
<input type="checkbox" class="bo"/>
<div class="title">{% include longdate_to_ru.html %}</div>
<div class="title">{% include longdate_to_ru.html %} (показать)</div>
<div class="body">
{% endif %}
{% assign month = post.date | date: "%B, %Y" %}