Skip to content

Commit

Permalink
Rename contact information title
Browse files Browse the repository at this point in the history
This commits changes the title of the second contact information on the
"About" page. The reason is the displayed URL is pointing to the GitHub
profile. Moreover, it will be useless to add a link for the website
because the visitor is already on it.

Closes barryclark#19
  • Loading branch information
Test User authored and masonlouchart committed Aug 16, 2016
1 parent 1e58746 commit 33f204a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h2>Contact</h2>

<ul>
<li>Email:<a href="mailto:{{ site.email }}" target="_top">{{ site.email }}</a></li>
<li>Website<a href="{{ site.github_url }}">{{ site.github_url }}</a></li>
<li>GitHub<a href="{{ site.github_url }}">{{ site.github_url }}</a></li>
</ul>

<h2>Skill Keywords</h2>
Expand Down

0 comments on commit 33f204a

Please sign in to comment.