diff options
Diffstat (limited to 'blog/avtorji.html')
-rw-r--r-- | blog/avtorji.html | 9 |
1 files changed, 8 insertions, 1 deletions
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 </a> </h2> <h3> - {{ 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 }} </h3> <p> {{ author.content | markdownify }} |