A tumblelog theme for Hugo
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- {{ define "main" }}
- <h1>Default taxonomy terms template</h1>
- <h1>{{ .Title }}</h1>
- <ul class="tag-cloud">
- {{ range $name, $taxonomy := .Site.Taxonomies.tags }}
- <li><a href="{{ "/tags/" | relURL }}{{ $name | urlize }}/">{{ $name }} ({{ $taxonomy.Count}})</a></li>
- {{ end}}
- </ul>
- {{ end }}
|