aboutsummaryrefslogtreecommitdiffstats
path: root/site/templates
diff options
context:
space:
mode:
authorYigit Sever2021-04-16 15:23:37 +0300
committerYigit Sever2021-04-16 15:23:37 +0300
commit95bb7f327b26b2e16cf9534fed417f496ad87d5e (patch)
tree42f1e8a6ae011d5e82d449d63bf1fdad27186132 /site/templates
parent1caa33e1772bf9e379e9e8a489b5d5d641107017 (diff)
downloadgradecoin-95bb7f327b26b2e16cf9534fed417f496ad87d5e.tar.gz
gradecoin-95bb7f327b26b2e16cf9534fed417f496ad87d5e.tar.bz2
gradecoin-95bb7f327b26b2e16cf9534fed417f496ad87d5e.zip
Add tibdit shortcode
Diffstat (limited to 'site/templates')
-rw-r--r--site/templates/shortcodes/tidbit.html5
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>