--- comment: true share: true back: 2 layout: default ---
{% include shortdate_to_ru.html %}
Тeги: {{ page.tags }}
{% if page.tags contains 'offtop' %} {% else %}Похожие посты:
            {% for post in site.related_posts limit:5 %}
              {% if post.tags contains 'offtop' %}
              {% else %}
                {% if post.category == "ru" %}
                  {{ post.title }}
                {% endif %}
              {% endif %}
            {% endfor %}
            
{{ page.date | date_to_string }}
Tags: {{ page.tags }}
{% if page.tags contains 'offtop' %} {% else %}Related posts:
            {% for post in site.related_posts limit:5 %}
              {% if post.tags contains 'offtop' %}
              {% else %}
                {% if post.category != "ru" %}
                  {{ post.title }}
                {% endif %}
              {% endif %}
            {% endfor %}
            
{{ page.description }}