feat: add rel=me to social profile links

This commit is contained in:
Caesar Schinas 2019-06-30 22:49:44 +01:00
parent ab08c05502
commit 9ed855dad8

View file

@ -38,9 +38,9 @@
<strong>Hello.</strong> Thanks for dropping by. Theres not much to see here at the moment, but feel free to drop me a line using one of the links below. <strong>Hello.</strong> Thanks for dropping by. Theres not much to see here at the moment, but feel free to drop me a line using one of the links below.
</p> </p>
<ul id="contact" class="contact"> <ul id="contact" class="contact">
<li><a class="fa fa-github" href="https://github.com/caesar">GitHub</a></li> <li><a rel="me" class="fa fa-github" href="https://github.com/caesar">GitHub</a></li>
<li><a class="fa fa-twitter" href="https://twitter.com/caesarschinas">Twitter</a></li> <li><a rel="me" class="fa fa-twitter" href="https://twitter.com/caesarschinas">Twitter</a></li>
<li><a class="fa fa-key fa-rotate-90" href="https://keybase.io/caesar">Keybase</a></li> <li><a rel="me" class="fa fa-key fa-rotate-90" href="https://keybase.io/caesar">Keybase</a></li>
</ul> </ul>
<script> <script>
(function(){ (function(){