damnit four
This commit is contained in:
19
themes/kiera/layouts/_default/terms.html
Normal file
19
themes/kiera/layouts/_default/terms.html
Normal file
@ -0,0 +1,19 @@
|
||||
{{ define "main" }}
|
||||
|
||||
<section id="list">
|
||||
|
||||
{{ $baseurl := .Site.BaseURL }}
|
||||
|
||||
<h2>{{ .Title }}</h2>
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
<ul>
|
||||
{{ range $key, $value := .Data.Terms }}
|
||||
<li><a href="{{ $key | urlize }}">{{ $key }}</a> <span class="count">({{ .Count }} entries)</span></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
|
||||
{{ end }}
|
Reference in New Issue
Block a user