aboutsummaryrefslogtreecommitdiffstats
path: root/themes/book/layouts/shortcodes/hint.html
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-02-23 16:31:44 +0000
committerYann Herklotz <git@yannherklotz.com>2022-02-23 16:31:44 +0000
commit893804926a0727a63b1fe8fee996b978392c1e15 (patch)
treecefd27a0881db0ff085026e318ad06e8120c82db /themes/book/layouts/shortcodes/hint.html
parentc153ba52f049e8f557845376f1bcb3fd6bb25d92 (diff)
parent6f5f8eb927ba140a7700413332b4d1793e5ccddc (diff)
downloadvericert-docs-893804926a0727a63b1fe8fee996b978392c1e15.tar.gz
vericert-docs-893804926a0727a63b1fe8fee996b978392c1e15.zip
Merge commit '6f5f8eb927ba140a7700413332b4d1793e5ccddc' as 'themes/book'
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>