hugo-geekblog/layouts/shortcodes/hint.html

4 lines
88 B
HTML
Raw Normal View History

2020-07-06 20:55:32 +02:00
<blockquote class="gblog-hint {{ .Get 0 }}">
{{ .Inner | markdownify }}
</blockquote>