summaryrefslogtreecommitdiffstats
path: root/avtorji.html
blob: 70494f3715d045533e8d3003e54254abb2b14fee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: default
title: avtorji
---
<h1>avtorji</h1>
<ul>
	{% for author in site.authors %}
		<li>
			<h2>
				<a href="{{ author.url | remove: ".html"}}">
					{{ author.name }}
				</a>
			</h2>
			<h3>
				{{ author.position }}
			</h3>
			<p>
				{{ author.content | markdownify }}
			</p>
		</li>
	{% endfor %}
</ul>