hugo-theme-relearn/layouts/shortcodes/notice.html
2019-05-06 13:05:39 -04:00

2 lines
151 B
HTML

{{ $_hugo_config := `{ "version": 1 }` }}
<div class="notices {{ .Get 0 }}" {{ if len .Params | eq 2 }} id="{{ .Get 1 }}" {{ end }}>{{ .Inner }}</div>