1
goldsmith-samples/bootstrap/layouts/cloud.html

10 lines
216 B
HTML

{{define "cloud"}}
{{if .Meta.TagState.Tags}}
<div>
{{range .Meta.TagState.Tags}}
<a class="badge badge-secondary" href="/{{(index $.Meta.TagState.Info .).Path}}">{{.}}</a>
{{end}}
</div>
{{end}}
{{end}}