You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
438 B
12 lines
438 B
14 years ago
|
{% if site.twitter_follow_button or site.twitter_tweet_button %}
|
||
|
<script type="text/javascript">
|
||
|
(function(){
|
||
|
var twitterWidgets = document.createElement('script');
|
||
|
twitterWidgets.type = 'text/javascript';
|
||
|
twitterWidgets.async = true;
|
||
|
twitterWidgets.src = 'http://platform.twitter.com/widgets.js';
|
||
|
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
|
||
|
})();
|
||
|
</script>
|
||
|
{% endif %}
|