Github -> GitHub (capitalization)
This commit is contained in:
parent
c069dc7276
commit
4b8aeb2774
@ -1,11 +1,11 @@
|
|||||||
{% if site.github_user %}
|
{% if site.github_user %}
|
||||||
<section>
|
<section>
|
||||||
<h1>Github Repos</h1>
|
<h1>GitHub Repos</h1>
|
||||||
<ul id="gh_repos">
|
<ul id="gh_repos">
|
||||||
<li class="loading">Status updating...</li>
|
<li class="loading">Status updating...</li>
|
||||||
</ul>
|
</ul>
|
||||||
{% if site.github_show_profile_link %}
|
{% if site.github_show_profile_link %}
|
||||||
<a href="https://github.com/{{site.github_user}}">@{{site.github_user}}</a> on Github
|
<a href="https://github.com/{{site.github_user}}">@{{site.github_user}}</a> on GitHub
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$.domReady(function(){
|
$.domReady(function(){
|
||||||
|
Loading…
Reference in New Issue
Block a user