fix russian archive page

This commit is contained in:
arcan1s 2014-06-23 01:09:22 +04:00
parent 43860e4137
commit 8a0446c893

View File

@ -34,7 +34,7 @@ back: 2
<b>{% include longdate_to_ru.html %}</b> <span class="close" style="float:right;">(скрыть)</span><span class="open" style="float:right;">(показать)</span>
<blockquote>
{% endif %}
{% assign month = post.date | date: "%B, %Y" %}
{% assign month = post.date | date: "%Y" %}
<i>{% include shortdate_to_ru.html %}</i> &raquo; <a name="{{ post.short }}" class="anchor" href="#{{ post.short }}"><span class="octicon octicon-link"></span></a><a href="{{ post.url }}">{{ post.title }}</a> ({{ post.tags }})<br>
{% endfor %}
</blockquote>