mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-15 14:15:46 +00:00
change blockquote to p.spilerbody inside label.spoiler according to
standards
This commit is contained in:
@ -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> »
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user