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

4 lines
94 B
HTML
Raw Permalink Normal View History

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