1
0
less-mnmlist/templates/twitter.html
Mathieu Agopian 311886c41f mnmlist theme
2012-03-03 09:41:45 +01:00

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