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

5 lines
173 B
HTML
Raw Normal View History

2018-07-21 06:31:30 +10:00
<blockquote {{ with .Get "class" }}class="{{.}}"{{ end }}>
2019-06-24 13:28:09 +10:00
<strong>{{ .Get 0 | default "Note" | markdownify }}</strong><br>
{{ .Inner | markdownify }}
</blockquote>