2011-08-04 20:59:29 +02:00
|
|
|
{% if site.github_user %}
|
|
|
|
<section>
|
2012-06-05 16:08:18 -05: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 20:59:29 +02:00
|
|
|
<li class="loading">Status updating...</li>
|
|
|
|
</ul>
|
2011-08-04 21:21:25 +02:00
|
|
|
{% if site.github_show_profile_link %}
|
2012-06-05 16:08:18 -05:00
|
|
|
<a class="github-follow" href="https://github.com/{{site.github_user}}">Follow @{{site.github_user}}</a>
|
2011-08-04 21:21:25 +02:00
|
|
|
{% endif %}
|
2011-08-04 20:59:29 +02:00
|
|
|
</section>
|
|
|
|
{% endif %}
|