aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/_includes/asides
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2013-03-09 17:14:33 -0600
committerBrandon Mathis <brandon@imathis.com>2013-03-09 17:14:33 -0600
commit98013543d9bb0c51e05236498bf4fbc92af678e1 (patch)
tree37e97b118fe9d12ea2469416adab469234501055 /.themes/classic/source/_includes/asides
parentcf5e90962627c4ce2ea5b08d452496621eb969e3 (diff)
downloadmy_new_personal_website-98013543d9bb0c51e05236498bf4fbc92af678e1.tar.xz
my_new_personal_website-98013543d9bb0c51e05236498bf4fbc92af678e1.zip
Removed Twitter and Ender.js. Added jQuery and updated Modernizr
Diffstat (limited to '.themes/classic/source/_includes/asides')
-rw-r--r--.themes/classic/source/_includes/asides/github.html2
-rw-r--r--.themes/classic/source/_includes/asides/twitter.html19
2 files changed, 1 insertions, 20 deletions
diff --git a/.themes/classic/source/_includes/asides/github.html b/.themes/classic/source/_includes/asides/github.html
index cb267f09..b0bf9596 100644
--- a/.themes/classic/source/_includes/asides/github.html
+++ b/.themes/classic/source/_includes/asides/github.html
@@ -8,7 +8,7 @@
<a href="https://github.com/{{site.github_user}}">@{{site.github_user}}</a> on GitHub
{% endif %}
<script type="text/javascript">
- $.domReady(function(){
+ $(document).ready(function(){
if (!window.jXHR){
var jxhr = document.createElement('script');
jxhr.type = 'text/javascript';
diff --git a/.themes/classic/source/_includes/asides/twitter.html b/.themes/classic/source/_includes/asides/twitter.html
deleted file mode 100644
index bab5de47..00000000
--- a/.themes/classic/source/_includes/asides/twitter.html
+++ /dev/null
@@ -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 %}