{% assign post = include.post %} {% assign comments = site.comments | where:'post', post.permalink %}
{% if comments.size == 0 %} Комментариев пока нет {% else %} Комментарии {% endif %} {% if post.telegram_id %}  Обсудить в Телеграме {% endif %}
{% if comments.size > 0 %}
{% for comment in comments %}

{{ comment.author_fullname or comment.author_nickname or "Anonymous" }}, {{ comment.date | date_to_string: "ordinal", "RU" }}, link {% if comment.parent_id %}, parent{% endif %}

{{ comment.content | markdownify }}
{% endfor %}
{% endif %} {% assign val1 = '1 2 3 4 5 6 7 8 9' | split: ' ' | sample %} {% assign val2 = '1 2 3 4 5 6 7 8 9' | split: ' ' | sample %} {% assign op = '×' | split: ' ' | sample %} {% assign captcha = val1 | append: " " | append: op | append: " " | append: val2 %}

Your name

Comment (markdown syntax)

{{ captcha }} =