hugo-theme-hyde-hyde/layouts/shortcodes/note.html
2019-06-24 13:28:09 +10:00

4 lines
173 B
HTML

<blockquote {{ with .Get "class" }}class="{{.}}"{{ end }}>
<strong>{{ .Get 0 | default "Note" | markdownify }}</strong><br>
{{ .Inner | markdownify }}
</blockquote>