fel_website/themes/cebong/templates/twitter.html
2020-04-03 15:05:13 +02:00

4 lines
255 B
HTML

{% if TWITTER_USERNAME %}
<a 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 %}