help/layouts/shortcodes/tag.html

3 lines
147 B
HTML
Raw Normal View History

2023-03-24 13:56:10 +00:00
{{ $_hugo_config := `{ "version": 1 }` }}
<div class="tag {{ .Get 0 }}" {{ if len .Params | eq 2 }} id="{{ .Get 1 }}" {{ end }}>{{ .Inner }}</div>