aboutsummaryrefslogtreecommitdiffstats
path: root/themes/book/layouts/shortcodes/hint.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/book/layouts/shortcodes/hint.html')
-rw-r--r--themes/book/layouts/shortcodes/hint.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/book/layouts/shortcodes/hint.html b/themes/book/layouts/shortcodes/hint.html
new file mode 100644
index 0000000..a7471dc
--- /dev/null
+++ b/themes/book/layouts/shortcodes/hint.html
@@ -0,0 +1,3 @@
+<blockquote class="book-hint {{ .Get 0 }}">
+ {{ .Inner | .Page.RenderString }}
+</blockquote>