diff options
Diffstat (limited to 'templates/shortcodes/chart.html')
-rwxr-xr-x | templates/shortcodes/chart.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/shortcodes/chart.html b/templates/shortcodes/chart.html new file mode 100755 index 0000000..539aeea --- /dev/null +++ b/templates/shortcodes/chart.html @@ -0,0 +1 @@ +<svg class="chart">{{body | safe}}</svg> |