hugo-theme-next/layouts/shortcodes/note.html

3 lines
80 B
HTML
Raw Normal View History

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