diff options
Diffstat (limited to 'themes/hugo-book/layouts/_shortcodes/hint.html')
| -rw-r--r-- | themes/hugo-book/layouts/_shortcodes/hint.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/hugo-book/layouts/_shortcodes/hint.html b/themes/hugo-book/layouts/_shortcodes/hint.html new file mode 100644 index 0000000..a71f1fd --- /dev/null +++ b/themes/hugo-book/layouts/_shortcodes/hint.html @@ -0,0 +1,3 @@ +<blockquote class="book-hint {{ default "default" (.Get 0) }}"> + {{ .Inner | safeHTML }} +</blockquote> |
