drop тЭг

This commit is contained in:
arcan1s
2015-09-02 00:16:24 +03:00
parent 964f9de464
commit a1126c14b8
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ layout: default
{% if page.category == "ru" %} {% if page.category == "ru" %}
{% assign post = page %} {% assign post = page %}
<p>{% include shortdate_to_ru.html %}</p> <p>{% include shortdate_to_ru.html %}</p>
<p><b>Тэги</b>: {{ page.tags }}</p> <p><b>Тeги</b>: {{ page.tags }}</p>
{% if page.tags contains 'offtop' %} {% if page.tags contains 'offtop' %}
<!-- do nothing --> <!-- do nothing -->
{% else %} {% else %}

View File

@ -25,5 +25,5 @@ hastr: true
</h1> </h1>
<p><i>{% include shortdate_to_ru.html %}</i></p> <p><i>{% include shortdate_to_ru.html %}</i></p>
<p>{{ post.description }}</p> <p>{{ post.description }}</p>
<p><b>Тэги</b>: {{ post.tags }}</p> <p><b>Теги</b>: {{ post.tags }}</p>
{% endfor %} {% endfor %}