hugo-geekdoc/layouts/shortcodes/hint.html

4 lines
89 B
HTML
Raw Normal View History

2020-01-12 15:33:02 +01:00
<blockquote class="gdoc-hint {{ .Get 0 }}">
{{ .Inner | markdownify }}
</blockquote>