mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-15 14:15:46 +00:00
drop тЭг
This commit is contained in:
@ -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 %}
|
||||||
|
@ -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 %}
|
||||||
|
Reference in New Issue
Block a user