provide an option to show or not show github profile link

This commit is contained in:
Philip Hofstetter 2011-08-04 21:21:25 +02:00
parent 08af7b4e38
commit 2e1f0c0bfc
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,9 @@
<ul id="gh_repos">
<li class="loading">Status updating...</li>
</ul>
{% if site.github_show_profile_link %}
<a href="https://github.com/{{site.github_user}}">@{{site.github_user}}</a> on Github
{% endif %}
<script type="text/javascript">
$.domReady(function(){
if (!window.jXHR){

View File

@ -58,6 +58,7 @@ twitter_tweet_button: true
# github repositories
github_user:
github_repo_count: 0
github_show_profile_link: true
# Google Plus
google_plus_one: true