1

10 lines
216 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}}
2018-01-27 18:44:18 -08:00
<a class="badge badge-secondary" href="/{{(index $.Meta.TagState.Info .).Path}}">{{.}}</a>
2017-10-15 09:44:36 -07:00
{{end}}
</div>
{{end}}
{{end}}