update to standards (3)

This commit is contained in:
arcan1s
2014-08-25 22:58:30 +04:00
parent 6668e8611d
commit cea01cbd59
2 changed files with 4 additions and 4 deletions

View File

@ -24,6 +24,6 @@ hastr: true
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
</h1>
<p><i>{% include shortdate_to_ru.html %}</i></p>
<p>{{ post.description }}</p>
{{ post.description }}
<p><b>Тэги</b>: {{ post.tags }}</p>
{% endfor %}