1

10 lines
214 B
HTML
Raw Normal View History

2017-10-15 09:44:36 -07:00
{{define "cloud"}}
{{if .Meta.TagState.Tags}}
<div>
{{range .Meta.TagState.Tags}}
<a class="badge badge-default" href="/{{(index $.Meta.TagState.Info .).Path}}">{{.}}</a>
{{end}}
</div>
{{end}}
{{end}}