aboutsummaryrefslogtreecommitdiffstats
path: root/notmyidea-cms/templates/twitter.html
blob: bf78c32dc3043523e9774a90f9cf8e76d218cb9c (plain) (blame)
1
2
3
{% if TWITTER_USERNAME %}
<a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="{{TWITTER_USERNAME}}">Tweet</a><script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script>
{% endif %}