From f358d810095479109a34f2aa4b1a1d1cc0a68084 Mon Sep 17 00:00:00 2001 From: sijanec Date: Sun, 8 Nov 2020 21:12:11 +0100 Subject: =?UTF-8?q?dodal=20=C5=A1tetje=20objav=20pri=20avtorjih?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog/avtorji.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'blog/avtorji.html') diff --git a/blog/avtorji.html b/blog/avtorji.html index 2cdfe59..f56c876 100644 --- a/blog/avtorji.html +++ b/blog/avtorji.html @@ -12,7 +12,14 @@ title: avtorji

- {{ author.position }} + {{ author.position }} - + + {% assign argv = author.short_name | split: "," %} + {% include posts_by_author.html %} + {{ return.size }} + {% assign argv = ",objav,objava,objavi,objave" | prepend: return.size | split: "," %} + {% include slnum.html %} + {{ return }}

{{ author.content | markdownify }} -- cgit v1.2.3