hugo-book-theme/layouts/shortcodes/hint.html

4 lines
87 B
HTML
Raw Normal View History

2019-10-03 18:15:24 +02:00
<blockquote class="book-hint {{ .Get 0 }}">
{{ .Inner | markdownify }}
</blockquote>