Skip to content

Commit

Permalink
Merge pull request #2 from EldritchJS/fixuserprofilename
Browse files Browse the repository at this point in the history
User profile button linked to repo site
  • Loading branch information
benbalter authored Mar 23, 2017
2 parents 24ea071 + 9929187 commit 4bf5203
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 4bf5203

Please sign in to comment.