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

4 lines
146 B
HTML
Raw Normal View History

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