diff options
Diffstat (limited to 'themes/lv2/templates/includes/twitter_timeline.html')
-rw-r--r-- | themes/lv2/templates/includes/twitter_timeline.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/themes/lv2/templates/includes/twitter_timeline.html b/themes/lv2/templates/includes/twitter_timeline.html deleted file mode 100644 index ad1ce5d..0000000 --- a/themes/lv2/templates/includes/twitter_timeline.html +++ /dev/null @@ -1,10 +0,0 @@ -{% if TWITTER_WIDGET_ID %} - - <li class="list-group-item"><h4><i class="fa fa-twitter fa-lg"></i><span class="icon-label">Latest Tweets</span></h4></li> - <div id="twitter_timeline"> - <a class="twitter-timeline" data-chrome="noheader" href="https://twitter.com/{{ TWITTER_USERNAME }}" data-widget-id="{{TWITTER_WIDGET_ID}}">Tweets by {{TWITTER_USERNAME}}</a> - </div> - -<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> - -{% endif %}
\ No newline at end of file |