Files
blog/themes/editor-hugo/layouts/shortcodes/notice.html
Oliver 6f8f4338ea init
2025-06-17 11:46:42 -03:00

4 lines
173 B
HTML

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