Browse code

provide an option to show or not show github profile link

Philip Hofstetter authored on 04/08/2011 at 19:21:25
Showing 2 changed files
... ...
@@ -4,6 +4,9 @@
4 4
   <ul id="gh_repos">
5 5
     <li class="loading">Status updating...</li>
6 6
   </ul>
7
+  {% if site.github_show_profile_link %}
8
+  <a href="https://github.com/{{site.github_user}}">@{{site.github_user}}</a> on Github
9
+  {% endif %}
7 10
   <script type="text/javascript">
8 11
     $.domReady(function(){
9 12
         if (!window.jXHR){
... ...
@@ -58,6 +58,7 @@ twitter_tweet_button: true
58 58
 # github repositories
59 59
 github_user:
60 60
 github_repo_count: 0
61
+github_show_profile_link: true
61 62
 
62 63
 # Google Plus
63 64
 google_plus_one: true