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

5 lines
173 B
HTML
Raw Permalink Normal View History

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