blag/theme-fred/templates/twitter.html

3 lines
252 B
HTML
Raw Normal View History

2016-08-03 02:36:43 -04:00
{% if TWITTER_USERNAME %}
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="{{TWITTER_USERNAME}}">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
{% endif %}