--- layout: default ---

{{ page.title }}

{% assign argv = page.date | append: ",true,true" | split: "," %} {% include datumincas.html %} {{ return }} {% assign author = site.authors | where: 'short_name', page.author | first %} {% assign anon = site.authors | where: 'short_name', "anonymous" | first %} - {% if author %} {{ author.name }} {% else %} {{ anon.name }} {% endif %} - kategorije: {% assign i = 1 %} {% for category in page.categories %} {% assign i = i | plus: 1 %} {{ category }}{% if i < page.categories.size %}, {% elsif i == page.categories.size %} in {% endif %}{% endfor %}. - značke: {% assign i = 1 %} {% for tag in page.tags %} {% assign i = i | plus: 1 %} {{ tag }}{% if i < page.tags.size %}, {% elsif i == page.tags.size %} in {% endif %}{% endfor %}.

{{ content }} {% if page.lastmodified %}
Objava je bila nazadnje urejena v {% assign argv = page.lastmodified | split: ","%} {% include datumincas.html %} {{ return }}.
{% endif %} {% if site.comments %}

kometarji

{% assign argv = "" | split: "," %} {% assign postid = "post|" | append: page.url %} {% assign argv = argv | unshift: postid %} {% capture commentsthreadhtml %} {% include commentsthread.html %} {% endcapture %} {% assign totalcomments = return %}

{{ totalcomments }} {% assign argv = ",komentarjev,komentar,komentarja,komentarji" | prepend: totalcomments | split: "," %} {% include slnum.html %} {{ return }}

{{ commentsthreadhtml }}
{% assign argv = "" | split: "," %} {% assign postid = "post|" | append: page.url %} {% assign argv = argv | unshift: totalcomments %} {% assign argv = argv | unshift: postid %} {% include commentreplyform.html %} {{ return }}
{% endif %}