mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-15 06:05:47 +00:00
urgh
This commit is contained in:
@ -21,11 +21,11 @@ hastr: true
|
||||
<span class="box">
|
||||
<b>{{ month }}</b>
|
||||
<span class="close" style="float:right;">(hide)</span><span class="open" style="float:right;">(show)</span>
|
||||
<p class="spoilerbody">
|
||||
<span class="spoilerbody">
|
||||
{% for post in site.categories.en %}
|
||||
{% assign new_month = post.date | date: "%Y" %}
|
||||
{% if new_month != month %}
|
||||
</p>
|
||||
</span>
|
||||
</span>
|
||||
</label>
|
||||
<label class="spoiler">
|
||||
@ -33,13 +33,13 @@ hastr: true
|
||||
<span class="box">
|
||||
<b>{{ new_month }}</b>
|
||||
<span class="close" style="float:right;">(hide)</span><span class="open" style="float:right;">(show)</span>
|
||||
<p class="spoilerbody">
|
||||
<span class="spoilerbody">
|
||||
{% endif %}
|
||||
{% assign month = post.date | date: "%Y" %}
|
||||
<i>{{ post.date | date_to_string }}</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 %}
|
||||
</p>
|
||||
</span>
|
||||
</span>
|
||||
</label>
|
||||
|
Reference in New Issue
Block a user