--- comment: true share: true back: 2 layout: default ---
{{ page.date | date_to_string }}
Последнее редактирование: {{ page.last | date_to_string }}
Тэги: {{ page.tags }}
Похожие посты:
{% for post in site.related_posts limit:3 %}
{% if post.category == "ru" %}
{{ page.last | date_to_string }} {{ post.title }}
{% endif %}
{% endfor %}
{{ page.date | date_to_string }}
Last edit: {{ page.last | date_to_string }}
Tags: {{ page.tags }}
Related posts:
{% for post in site.related_posts limit:3 %}
{% if post.category != "ru" %}
{{ page.last | date_to_string }} {{ post.title }}
{% endif %}
{% endfor %}
{{ page.description }}
{{ content }}