hugo-theme-next/layouts/shortcodes/note.html
2022-08-06 15:18:13 +08:00

3 lines
87 B
HTML

<div class="note {{ .Get 0 | default "default" }}">
{{ .Inner | markdownify }}
</div>