Skip to content

Commit b215202

Browse files
committed
Merge pull request #434 from nomulous/patch-1
Github -> GitHub (capitalization)
2 parents c069dc7 + 4b8aeb2 commit b215202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.themes/classic/source/_includes/asides/github.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{% if site.github_user %}
22
<section>
3-
<h1>Github Repos</h1>
3+
<h1>GitHub Repos</h1>
44
<ul id="gh_repos">
55
<li class="loading">Status updating...</li>
66
</ul>
77
{% if site.github_show_profile_link %}
8-
<a href="https://github.com/{{site.github_user}}">@{{site.github_user}}</a> on Github
8+
<a href="https://github.com/{{site.github_user}}">@{{site.github_user}}</a> on GitHub
99
{% endif %}
1010
<script type="text/javascript">
1111
$.domReady(function(){

0 commit comments

Comments
 (0)