Skip to content

Commit

Permalink
remove twitter widget and some files not used anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
bijumon committed Jan 25, 2014
1 parent 06a554e commit d3b715e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 48 deletions.
12 changes: 0 additions & 12 deletions source/_includes/asides/nav.html

This file was deleted.

19 changes: 0 additions & 19 deletions source/_includes/asides/twitter.html
Original file line number Diff line number Diff line change
@@ -1,19 +0,0 @@
{% if site.twitter_user %}
<section>
<h1>Latest Tweets</h1>
<ul id="tweets">
<li class="loading">Status updating...</li>
</ul>
<script type="text/javascript">
$.domReady(function(){
getTwitterFeed("{{site.twitter_user}}", {{site.twitter_tweet_count}}, {{site.twitter_show_replies}});
});
</script>
<script src="{{ root_url }}/javascripts/twitter.js" type="text/javascript"> </script>
{% if site.twitter_follow_button %}
<a href="http://twitter.com/{{ site.twitter_user }}" class="twitter-follow-button" data-show-count="{{ site.twitter_show_follower_count }}">Follow @{{ site.twitter_user }}</a>
{% else %}
<p>Follow <a href="http://twitter.com/{{site.twitter_user}}">@{{ site.twitter_user }}</a></p>
{% endif %}
</section>
{% endif %}
6 changes: 0 additions & 6 deletions source/_includes/custom/header.html.orig

This file was deleted.

11 changes: 0 additions & 11 deletions source/_includes/twitter_sharing.html

This file was deleted.

0 comments on commit d3b715e

Please sign in to comment.