diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-10-03 18:15:24 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-10-03 18:15:24 +0200 |
commit | 1f8d34168fb142ecc013ca640a3d2bc52988aa44 (patch) | |
tree | d3d44afd4f2e8d6d27ef3b25b2f4704f0a7f9f8f /layouts | |
parent | 3e3a3346e1ce6d5f8f636189aeb8a7331c623429 (diff) |
#77, Introduce hint shortcode
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/shortcodes/hint.html | 3 |
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> |