diff options
author | Philip Hofstetter <phofstetter@sensational.ch> | 2011-08-04 21:49:38 +0200 |
---|---|---|
committer | Philip Hofstetter <phofstetter@sensational.ch> | 2011-08-04 21:49:38 +0200 |
commit | 1860c236329a13e62b8af2f2c41c589fa25177bb (patch) | |
tree | 37cc2f6e8d3f5ac888197fe9c2f6d564137cbfb5 /_config.yml | |
parent | 16bb7729ec740c1bc5d327aa5ac32bbff7a1afff (diff) | |
download | my_new_personal_website-1860c236329a13e62b8af2f2c41c589fa25177bb.tar.xz my_new_personal_website-1860c236329a13e62b8af2f2c41c589fa25177bb.zip |
corrected fork skipping logic
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index a5f43225..3beacd60 100644 --- a/_config.yml +++ b/_config.yml @@ -59,6 +59,7 @@ twitter_tweet_button: true github_user: github_repo_count: 0 github_show_profile_link: true +github_skip_forks: true # Google Plus google_plus_one: true |