diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-01-11 08:47:46 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-01-11 08:47:46 +0000 |
| commit | 4181eff961dcf04bf5a599daeee34057b00bb570 (patch) | |
| tree | 1d71cc84aa3d609361817ebc56a39540302ff412 | |
| parent | 9c935f80bc7746a7da3313ffd07e8f0f02f9b617 (diff) | |
Improves h-card
| -rw-r--r-- | index.html | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -14,7 +14,7 @@ <div> <h1> - <a class="p-name u-url" href="https://joeac.net"> + <a class="p-name u-url u-uid" href="https://joeac.net" rel="me"> Joe Carstairs </a> </h1> @@ -42,8 +42,9 @@ <p> Or get me on - <a href="https://www.facebook.com/joe.carstairs.5">Facebook</a> - or <a href="https://mastodon.social/@joe_carstairs">Mastodon</a>. + <a href="https://www.facebook.com/joe.carstairs.5" rel="me">Facebook</a>, + <a href="https://mastodon.social/@joe_carstairs" rel="me">Mastodon</a> + or <a href="https://github.com/joeacarstairs" rel="me">GitHub</a>. </p> </div> </section> |
