hugo-theme-hyde-hyde/layouts/shortcodes/note.html
2018-07-21 06:31:30 +10:00

4 lines
No EOL
146 B
HTML

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