Skip to content

Commit

Permalink
Merge pull request #122 from mbrukman/patch-1
Browse files Browse the repository at this point in the history
Fix capitalization for LinkedIn and Stack Overflow
  • Loading branch information
laozhu authored May 5, 2019
2 parents 5dd4d08 + 49bbcc0 commit 0d8ce4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h2 class="offscreen">Social Networks</h2>

{{- with .Site.Params.stackoverflow -}}
<li class="social-item">
<a href="//stackoverflow.com/users/{{ . }}" rel="me" title="stackOverflow" aria-label="stackOverflow">
<a href="//stackoverflow.com/users/{{ . }}" rel="me" title="Stack Overflow" aria-label="Stack Overflow">
<span class="{{ $stackoverflowIcon }}" aria-hidden="true"></span>
</a>
</li>
Expand Down Expand Up @@ -258,7 +258,7 @@ <h2 class="offscreen">Social Networks</h2>

{{- with .Site.Params.linkedin -}}
<li class="social-item">
<a href="//www.linkedin.com/in/{{ . }}" rel="me" title="Linkedin" aria-label="Linkedin">
<a href="//www.linkedin.com/in/{{ . }}" rel="me" title="LinkedIn" aria-label="LinkedIn">
<span class="{{ $linkedinIcon }}" aria-hidden="true"></span>
</a>
</li>
Expand Down

0 comments on commit 0d8ce4f

Please sign in to comment.