forked from ruangrupa/lumbung.space
added files from christoph
This commit is contained in:
11
themes/lumbung-theme/layouts/authors/terms.html
Normal file
11
themes/lumbung-theme/layouts/authors/terms.html
Normal file
@ -0,0 +1,11 @@
|
||||
{{ define "main" }}
|
||||
|
||||
<h1>Authors</h1>
|
||||
|
||||
<ul>
|
||||
{{ range $name, $taxonomy := .Site.Taxonomies.authors }}
|
||||
<li><a href="/authors/{{ $name | urlize }}">{{ $name | humanize }} ({{ $taxonomy.Count }})</a></li>
|
||||
{{end}}
|
||||
|
||||
</ul>
|
||||
{{ end }}
|
Reference in New Issue
Block a user