hugo-geekblog/layouts/shortcodes/hint.html

4 lines
96 B
HTML
Raw Normal View History

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