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

View File

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