blog/themes/waterspill-en/templates/twitter.html

4 lines
253 B
HTML
Raw Permalink Normal View History

2023-07-20 19:34:24 +00: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 %}