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

10 lines
216 B
HTML
Raw Normal View History

2017-10-15 16:44:36 +00:00
{{define "cloud"}}
{{if .Meta.TagState.Tags}}
<div>
{{range .Meta.TagState.Tags}}
2018-01-28 02:44:18 +00:00
<a class="badge badge-secondary" href="/{{(index $.Meta.TagState.Info .).Path}}">{{.}}</a>
2017-10-15 16:44:36 +00:00
{{end}}
</div>
{{end}}
{{end}}