A tumblelog theme for Hugo
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {{ define "main" }}
- <h1><i class="fa fa-tags" aria-role="hidden"></i> {{ .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 }}
|