2011-08-04 14:59:29 -04:00
|
|
|
{% if site.github_user %}
|
|
|
|
<section>
|
2012-06-05 17:08:18 -04:00
|
|
|
<h1>On GitHub</h1>
|
|
|
|
<ul id="gh_repos" data-user="{{site.github_user}}" data-count="{{site.github_repo_count}}" data-skip="{{site.github_skip_forks}}">
|
2011-08-04 14:59:29 -04:00
|
|
|
<li class="loading">Status updating...</li>
|
|
|
|
</ul>
|
2011-08-04 15:21:25 -04:00
|
|
|
{% if site.github_show_profile_link %}
|
2012-06-05 17:08:18 -04:00
|
|
|
<a class="github-follow" href="https://github.com/{{site.github_user}}">Follow @{{site.github_user}}</a>
|
2011-08-04 15:21:25 -04:00
|
|
|
{% endif %}
|
2011-08-04 14:59:29 -04:00
|
|
|
</section>
|
|
|
|
{% endif %}
|