From 16bb7729ec740c1bc5d327aa5ac32bbff7a1afff Mon Sep 17 00:00:00 2001 From: Philip Hofstetter Date: Thu, 4 Aug 2011 21:24:48 +0200 Subject: make listing/not listing of forks configurable some people have more or less taken over projects with their forks, so it probably makes sense to still list them among the repositories --- .themes/classic/source/_includes/asides/github.html | 1 + 1 file changed, 1 insertion(+) (limited to '.themes/classic/source/_includes/asides') diff --git a/.themes/classic/source/_includes/asides/github.html b/.themes/classic/source/_includes/asides/github.html index 74f8ea95..935ccff0 100644 --- a/.themes/classic/source/_includes/asides/github.html +++ b/.themes/classic/source/_includes/asides/github.html @@ -20,6 +20,7 @@ github.showRepos({ user: '{{site.github_user}}', count: {{site.github_repo_count}}, + skip_forks: {{site.github_skip_forks}}, target: '#gh_repos' }); }); -- cgit v1.2.1