We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c069dc7 + 4b8aeb2 commit b215202Copy full SHA for b215202
.themes/classic/source/_includes/asides/github.html
@@ -1,11 +1,11 @@
1
{% if site.github_user %}
2
<section>
3
- <h1>Github Repos</h1>
+ <h1>GitHub Repos</h1>
4
<ul id="gh_repos">
5
<li class="loading">Status updating...</li>
6
</ul>
7
{% if site.github_show_profile_link %}
8
- <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
9
{% endif %}
10
<script type="text/javascript">
11
$.domReady(function(){
0 commit comments