Files
pelican-themes/bootstrap2/templates/twitter.html
2012-03-11 00:59:53 +09:00

7 lines
259 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 %}