diff options
author | Yigit Sever | 2021-04-19 18:21:06 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-19 18:21:06 +0300 |
commit | 81ebd267c89011ca65cd5cfe382e10fabd9017ac (patch) | |
tree | 4e1f17b897bc9e3850e9c50861fd4893371f05e4 /site/templates/shortcodes | |
parent | 202625e0e1a4a6a85c895d9cd71a9f419a3b2173 (diff) | |
download | gradecoin-81ebd267c89011ca65cd5cfe382e10fabd9017ac.tar.gz gradecoin-81ebd267c89011ca65cd5cfe382e10fabd9017ac.tar.bz2 gradecoin-81ebd267c89011ca65cd5cfe382e10fabd9017ac.zip |
Moving site to separate repo
Diffstat (limited to 'site/templates/shortcodes')
-rw-r--r-- | site/templates/shortcodes/exp.html | 1 | ||||
-rw-r--r-- | site/templates/shortcodes/tidbit.html | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/site/templates/shortcodes/exp.html b/site/templates/shortcodes/exp.html deleted file mode 100644 index 5a37a39..0000000 --- a/site/templates/shortcodes/exp.html +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | {{ num }}<sup>{{ exponent }}</sup> | ||
diff --git a/site/templates/shortcodes/tidbit.html b/site/templates/shortcodes/tidbit.html deleted file mode 100644 index 7023578..0000000 --- a/site/templates/shortcodes/tidbit.html +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | <blockquote class="tidbit"> | ||
2 | <p> | ||
3 | {{ body }} | ||
4 | </p> | ||
5 | </blockquote> | ||