Skip to content

Commit cb33dc0

Browse files
committed
add github aside
1 parent 5a44597 commit cb33dc0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ default_asides: [asides/recent_posts.html, asides/github.html, asides/twitter.ht
5858
# ----------------------- #
5959

6060
# Github repositories
61-
github_user:
62-
github_repo_count: 0
61+
github_user: codestack
62+
github_repo_count: 5
6363
github_show_profile_link: true
64-
github_skip_forks: true
64+
github_skip_forks: false
6565

6666
# Twitter
6767
twitter_user:

source/_includes/asides/github.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1>GitHub Repos</h1>
1212
if (!window.jXHR){
1313
var jxhr = document.createElement('script');
1414
jxhr.type = 'text/javascript';
15-
jxhr.src = '{{ root_url}}/javascripts/libs/jXHR.js';
15+
jxhr.src = '{{root_url}}/javascripts/libs/jXHR.js';
1616
var s = document.getElementsByTagName('script')[0];
1717
s.parentNode.insertBefore(jxhr, s);
1818
}

0 commit comments

Comments
 (0)