diff options
author | Alan Pearce | 2023-09-22 18:29:51 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-22 18:29:51 +0200 |
commit | 09ea08a2194269f1005b0d08ab4a5a96e203d165 (patch) | |
tree | 96ade3e87affbf1a6beb0d8ef44e325ef703efaf /templates | |
parent | 5a93586492b37d877dce328877063fe773bb8d11 (diff) | |
download | website-09ea08a2194269f1005b0d08ab4a5a96e203d165.tar.lz website-09ea08a2194269f1005b0d08ab4a5a96e203d165.tar.zst website-09ea08a2194269f1005b0d08ab4a5a96e203d165.zip |
add rel=me to profile links
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/templates/index.html b/templates/index.html index 2eb29d8..1138e04 100644 --- a/templates/index.html +++ b/templates/index.html @@ -46,26 +46,35 @@ <h2>Elsewhere on the Internet</h2> <ul> <li> - <a class="u-email" href="mailto:alan@alanpearce.eu" + <a class="u-email" rel="me" href="mailto:alan@alanpearce.eu" >alan@alanpearce.eu</a > </li> <li> - <a class="u-url" href="https://codeberg.org/alanpearce/" + <a class="u-url" rel="me" href="https://codeberg.org/alanpearce/" >Codeberg</a > </li> <li> - <a class="u-url" href="https://github.com/alanpearce/">GitHub</a> + <a class="u-url" rel="me" href="https://github.com/alanpearce/" + >GitHub</a + > </li> <li> - <a class="u-url" href="https://gitlab.com/alanpearce/">GitLab</a> + <a class="u-url" rel="me" href="https://gitlab.com/alanpearce/" + >GitLab</a + > </li> <li> - <a class="u-url" href="https://ieji.de/@alanpearce">Mastodon</a> + <a class="u-url" rel="me" href="https://ieji.de/@alanpearce" + >Mastodon</a + > </li> <li> - <a class="u-url" href="https://bsky.app/profile/alanpearce.eu" + <a + class="u-url" + rel="me" + href="https://bsky.app/profile/alanpearce.eu" >Bluesky</a > </li> |