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

@ -18,11 +18,11 @@ hastr: true
<section> <section>
{% for post in site.categories.en limit:10 %} {% for post in site.categories.en limit:10 %}
<h1> <h2>
<a href="#{{ post.short }}" class="anchor" id="{{ post.short }}"><span class="octicon octicon-link"></span></a> <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> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
</h1> </h2>
<p><i>{{ post.date | date_to_string }}</i></p> <p><i>{{ post.date | date_to_string }}</i></p>
<p>{{ post.description }}</p> {{ post.description }}
<p><b>Tags</b>: {{ post.tags }}</p> <p><b>Tags</b>: {{ post.tags }}</p>
{% endfor %} {% endfor %}

View File

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