1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/themes/brownstone/templates/twitter.html
2010-12-17 09:42:04 +01:00

3 lines
253 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 %}