summaryrefslogblamecommitdiffstats
path: root/blog/avtorji.html
blob: f56c8768b8ef4c5b74107bef85b5a2ef6d688328 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                        
                                                           



                                                         







                                                                                                                     






                                                                  
---
layout: default
title: avtorji
---
<h1>avtorji</h1>
<ul>
	{% for author in site.authors %}
		<li>
			<h2>
				<a href="{{ author.url }}">
					{{ author.name }}
				</a>
			</h2>
			<h3>
				{{ 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 }}
			</p>
		</li>
	{% endfor %}
</ul>