1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/themes/notmyidea/templates/twitter.html

3 lines
274 B
Django/Jinja
Vendored

{% if TWITTER_USERNAME %}
<a rel="nofollow" href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="{{TWITTER_USERNAME}}">Tweet</a><script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script>
{% endif %}