... | ... |
@@ -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){ |