hugo-theme-next/layouts/shortcodes/note.html
2022-08-09 09:37:59 +08:00

3 lines
80 B
HTML

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