diff options
author | Yigit Sever | 2021-04-19 18:21:06 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-19 18:21:06 +0300 |
commit | df6fa5f322fc972b3894e720f2c406eb2d8f5f5a (patch) | |
tree | 4864006b54c512dea971d0c50efcacca65b12c6e /site/templates/shortcodes | |
parent | d1b2e4bbd8f1ec5fe40c3d8c85ea4d13c8bfd755 (diff) | |
download | gradecoin-df6fa5f322fc972b3894e720f2c406eb2d8f5f5a.tar.gz gradecoin-df6fa5f322fc972b3894e720f2c406eb2d8f5f5a.tar.bz2 gradecoin-df6fa5f322fc972b3894e720f2c406eb2d8f5f5a.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> | ||