change blockquote to p.spilerbody inside label.spoiler according to

standards
This commit is contained in:
arcan1s
2014-08-25 22:32:21 +04:00
parent a5e4391249
commit 774f567f3f
7 changed files with 20 additions and 20 deletions

View File

@ -23,11 +23,11 @@ hastr: true
<span class="box">
<b>{% include longdate_to_ru.html %}</b>
<span class="close" style="float:right;">(скрыть)</span><span class="open" style="float:right;">(показать)</span>
<blockquote>
<p class="spoilerbody">
{% for post in site.categories.ru %}
{% assign new_month = post.date | date: "%Y" %}
{% if new_month != month %}
</blockquote>
</p>
</span>
</label>
<label class="spoiler">
@ -35,13 +35,13 @@ hastr: true
<span class="box">
<b>{% include longdate_to_ru.html %}</b>
<span class="close" style="float:right;">(скрыть)</span><span class="open" style="float:right;">(показать)</span>
<blockquote>
<p class="spoilerbody">
{% endif %}
{% assign month = post.date | date: "%Y" %}
<i>{% include shortdate_to_ru.html %}</i> &raquo;
<a href="#{{ post.short }}" class="anchor" id="{{ post.short }}"><span class="octicon octicon-link"></span></a>
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> ({{ post.tags }})<br>
{% endfor %}
</blockquote>
</p>
</span>
</label>