diff options
| -rw-r--r-- | .themes/classic/source/javascripts/github.js | 2 | ||||
| -rw-r--r-- | _config.yml | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/.themes/classic/source/javascripts/github.js b/.themes/classic/source/javascripts/github.js index 6cfc0b0b..fc2bb12c 100644 --- a/.themes/classic/source/javascripts/github.js +++ b/.themes/classic/source/javascripts/github.js @@ -14,7 +14,7 @@ var github = (function(){ showRepos: function(options){ $.ajax({ url: "https://api.github.com/users/"+options.user+"/repos?sort=pushed&callback=?" - , type: 'jsonp' + , dataType: 'jsonp' , error: function (err) { $(options.target + ' li.loading').addClass('error').text("Error loading feed"); } , success: function(data) { var repos = []; diff --git a/_config.yml b/_config.yml index fb296841..1397f8d3 100644 --- a/_config.yml +++ b/_config.yml @@ -45,7 +45,7 @@ titlecase: true # Converts page and post titles to titlecase # list each of the sidebar modules you want to include, in the order you want them to appear. # To add custom asides, create files in /source/_includes/custom/asides/ and add them to the list like 'custom/asides/custom_aside_name.html' -default_asides: [asides/recent_posts.html, asides/github.html, asides/twitter.html, asides/delicious.html, asides/pinboard.html, asides/googleplus.html] +default_asides: [asides/recent_posts.html, asides/github.html, asides/delicious.html, asides/pinboard.html, asides/googleplus.html] # Each layout uses the default asides, but they can have their own asides instead. Simply uncomment the lines below # and add an array with the asides you want to use. @@ -65,10 +65,6 @@ github_skip_forks: true # Twitter twitter_user: -twitter_tweet_count: 4 -twitter_show_replies: false -twitter_follow_button: true -twitter_show_follower_count: false twitter_tweet_button: true # Google +1 |
