mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 15:55:03 -04:00
12 lines
431 B
HTML
12 lines
431 B
HTML
{% if site.github_user %}
|
|
<section>
|
|
<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}}">
|
|
<li class="loading">Status updating...</li>
|
|
</ul>
|
|
{% if site.github_show_profile_link %}
|
|
<a class="github-follow" href="https://github.com/{{site.github_user}}">Follow @{{site.github_user}}</a>
|
|
{% endif %}
|
|
</section>
|
|
{% endif %}
|