{% comment %} argv: id_of_object_whose_posts_you_want,__isinathread return: next UID. outputs html directly. {% endcomment %} {% capture editnotice %} Komentar lahko uredi samo tisti, ki ga je napisal. Komentar uredite v brskalniku, v katerem ste ga napisali. Bodisi piškotek bodisi IP naslov mora biti enak prejšnji oddaji komentarja. Če se objavo uredi še naslednjič, se to lahko stori iz katerega koli IP naslova in piškotka, ki se je uporabil pri predhodnih urejanjih.{% endcapture %} {% assign comments = site.data.comments | where: "parent", argv[0] %} {% unless argv[1] %} {% assign uid = 0 | minus: 1 %} {% assign depth = 0 | minus: 1 %} {% endunless %} {% for comment in comments %} {% assign depth = depth | plus: 1 %}
{% assign argv = comment.date | split: "," %} {% include datumincas.html %} V {{ return }} je {{ comment.author || replace: "<", "<" }} komentiral:

{% assign safemsg = comment.message | replace: "<", "<" | replace: "!", "!" %} {{ safemsg | markdownify }}

prijavi | {% assign uid = uid | plus: 1 %}
{% assign thisid = "comment|" | append: comment.nonce %} {% assign argv = thisid | append: "," | append: uid | split: "," %} {% include commentreplyform.html %} {{ return }}
{% assign argv = "true" | split: "," %} {% assign argv = argv | unshift: thisid %} {% include commentsthread.html %}
{% assign depth = depth | minus: 1 %} {% endfor %} {% assign return = uid | plus: 1 %}