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