hugo-book-theme/layouts/shortcodes/hint.html
2019-10-03 18:15:24 +02:00

3 lines
87 B
HTML

<blockquote class="book-hint {{ .Get 0 }}">
{{ .Inner | markdownify }}
</blockquote>