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

5 lines
145 B
HTML
Raw Normal View History

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