This commit is contained in:
arcan1s 2016-01-09 16:16:10 +03:00
parent f11789915d
commit 7348442377
2 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ hastr: true
<label class="spoiler">
<input type="checkbox" tabindex="-1">
<span class="box">
<b>{{ month }}</b>
<b>{{ month }}</b><br>
<span class="close" style="float:right;">(hide)</span><span class="open" style="float:right;">(show)</span>
<span class="spoilerbody">
{% for post in site.categories.en %}
@ -31,7 +31,7 @@ hastr: true
<label class="spoiler">
<input type="checkbox" tabindex="-1">
<span class="box">
<b>{{ new_month }}</b>
<b>{{ new_month }}</b></br>
<span class="close" style="float:right;">(hide)</span><span class="open" style="float:right;">(show)</span>
<span class="spoilerbody">
{% endif %}

View File

@ -21,7 +21,7 @@ hastr: true
<label class="spoiler">
<input type="checkbox" tabindex="-1">
<span class="box">
<b>{% include longdate_to_ru.html %}</b>
<b>{% include longdate_to_ru.html %}</b><br>
<span class="close" style="float:right;">(скрыть)</span><span class="open" style="float:right;">(показать)</span>
<span class="spoilerbody">
{% for post in site.categories.ru %}
@ -33,7 +33,7 @@ hastr: true
<label class="spoiler">
<input type="checkbox" tabindex="-1">
<span class="box">
<b>{% include longdate_to_ru.html %}</b>
<b>{% include longdate_to_ru.html %}</b><br>
<span class="close" style="float:right;">(скрыть)</span><span class="open" style="float:right;">(показать)</span>
<span class="spoilerbody">
{% endif %}