Skip to content

Commit

Permalink
fix: rel=me on /
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Feb 5, 2024
1 parent bf06950 commit e4a6513
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ You can follow me on these other sites.
<ul>
<li><a href="{{ site.author.contacts.email.href }}" rel="me">{{ site.author.contacts.email.text }}</a></li>
<li><a href="https://mastodon.thbps.com/@jpoehnelt" rel="me">@[email protected]</a></li>
<li><a rel="noopener noreferrer" href="https://github.com/jpoehnelt" rel="me">GitHub</a></li>
<li><a rel="noopener noreferrer" href="https://www.linkedin.com/in/justin-poehnelt" rel="me">LinkedIn</a></li>
<li><a rel="noopener noreferrer" href="https://dev.to/jpoehnelt" rel="me">Dev.to</a></li>
<li><a rel="noopener noreferrer me" href="https://github.com/jpoehnelt">GitHub</a></li>
<li><a rel="noopener noreferrer me" href="https://www.linkedin.com/in/justin-poehnelt">LinkedIn</a></li>
<li><a rel="noopener noreferrer me" href="https://dev.to/jpoehnelt">Dev.to</a></li>

</ul>

Expand Down

0 comments on commit e4a6513

Please sign in to comment.