diff options
Diffstat (limited to 'new-bootstrap2/templates/shortmail.html')
-rw-r--r-- | new-bootstrap2/templates/shortmail.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/new-bootstrap2/templates/shortmail.html b/new-bootstrap2/templates/shortmail.html new file mode 100644 index 0000000..a1ae8a7 --- /dev/null +++ b/new-bootstrap2/templates/shortmail.html @@ -0,0 +1,9 @@ +{% if SHORT_MAIL %} +<div class="shortmail-compose-widget"></div> +<script src="http://shortmail.com/widgets/compose-widget.js?v=1"></script> +<script> + Shortmail.ComposeWidget({ + screenName: '{{ SHORT_MAIL }}' + }); +</script> +{% endif %}
\ No newline at end of file |