blog/themes/bootstrap2-dark/templates/twitter.html
Marc Beninca 3b5262ab5e themes
2021-11-08 23:46:35 +01:00

6 lines
258 B
HTML

{% 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 %}