Added spoilers to archive pages

This commit is contained in:
arcan1s
2014-01-17 21:43:53 +04:00
parent 24b60d14b6
commit a9de241ab4
6 changed files with 77 additions and 6 deletions

View File

@ -16,7 +16,7 @@ back: 1
{% for post in site.categories.ru limit:10 %}
<h1><a name="{{ post.short }}" class="anchor" href="#{{ post.short }}"><span class="octicon octicon-link"></span></a><a href="{{ post.url }}">{{ post.title }}</a></h1>
<p align="justify"><i>{{ post.date | date_to_string}}</i></p>
<p align="justify"><i>{{ post.date | date_to_string }}</i></p>
<p align="justify">{{ post.description }}</p>
<p align="justify"><b>Тэги</b>: {{ post.tags }}</p>
{% endfor %}