<ul class="tags compact">
{{range $tag, $pages := .Site.Taxonomies.tags}}
<li><a href="/tags/{{$tag}}/">{{humanize $tag}}</a></li>
{{end}}
</ul>