Skip to content

Commit

Permalink
The button which is to link to the repo owner's github profile was li…
Browse files Browse the repository at this point in the history
…nked to the github repo site.
  • Loading branch information
eldrtichjs committed Mar 22, 2017
1 parent 24ea071 commit 9929187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1 class="header">{{ site.title | default: site.github.repository_name }}</h1>

{% if site.github.is_user_page %}
<ul>
<li><a class="buttons github" href="{{ site.github.repository_url }}">GitHub Profile</a></li>
<li><a class="buttons github" href="{{ site.github.owner_url }}">GitHub Profile</a></li>
</ul>
{% endif %}
</header>
Expand Down

0 comments on commit 9929187

Please sign in to comment.