diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-11-07 17:35:53 +0100 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-11-07 17:35:53 +0100 |
commit | e01fec938d2d146bc490438ba93f0b9c3f3f192d (patch) | |
tree | 9c33d5e473b0b74838f58029bc185c77f3947891 /avtorji.html | |
parent | dodal fancy stuff; kategorije, slovenske številke - štetje (diff) | |
download | sijanec.eu-e01fec938d2d146bc490438ba93f0b9c3f3f192d.tar sijanec.eu-e01fec938d2d146bc490438ba93f0b9c3f3f192d.tar.gz sijanec.eu-e01fec938d2d146bc490438ba93f0b9c3f3f192d.tar.bz2 sijanec.eu-e01fec938d2d146bc490438ba93f0b9c3f3f192d.tar.lz sijanec.eu-e01fec938d2d146bc490438ba93f0b9c3f3f192d.tar.xz sijanec.eu-e01fec938d2d146bc490438ba93f0b9c3f3f192d.tar.zst sijanec.eu-e01fec938d2d146bc490438ba93f0b9c3f3f192d.zip |
Diffstat (limited to 'avtorji.html')
-rw-r--r-- | avtorji.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/avtorji.html b/avtorji.html deleted file mode 100644 index 70494f3..0000000 --- a/avtorji.html +++ /dev/null @@ -1,22 +0,0 @@ ---- -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> |