diff options
Diffstat (limited to 'site/templates/shortcodes/tidbit.html')
-rw-r--r-- | site/templates/shortcodes/tidbit.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/site/templates/shortcodes/tidbit.html b/site/templates/shortcodes/tidbit.html new file mode 100644 index 0000000..7023578 --- /dev/null +++ b/site/templates/shortcodes/tidbit.html | |||
@@ -0,0 +1,5 @@ | |||
1 | <blockquote class="tidbit"> | ||
2 | <p> | ||
3 | {{ body }} | ||
4 | </p> | ||
5 | </blockquote> | ||