1
goldsmith-samples/bootstrap/content/layouts/cloud.gohtml

10 lines
216 B
Plaintext
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}}