diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-04-22 13:13:55 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-04-22 13:14:52 +0700 |
commit | 0c52a394072a4b10b3d10654de5bb7c758e0eba3 (patch) | |
tree | e2b06bccad869849c8f086eda413cf2753b4dc8a | |
parent | 814fb43f2d307296da9f82ae39c7587c1a91961b (diff) | |
download | blog-0c52a394072a4b10b3d10654de5bb7c758e0eba3.tar.gz |
Change the footer links so it is verified
-rw-r--r-- | layouts/partials/footer-extra.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/layouts/partials/footer-extra.html b/layouts/partials/footer-extra.html index bf13936..8eed978 100644 --- a/layouts/partials/footer-extra.html +++ b/layouts/partials/footer-extra.html @@ -1,20 +1,20 @@ <ul class="social-media-list"> <li> - Mastodon: <a href="https://fosstodon.org/@huy_ngo" rel="me">@huy_ngo@fosstodon.org</a> + <a rel="me" href="https://fosstodon.org/@huy_ngo">Mastodon: @huy_ngo@fosstodon.org</a> </li> <li> - PixelFed: <a href="https://anar.chi.st/xarvos" rel="me">@xarvos@anar.chi.st</a> + <a href="https://anar.chi.st/xarvos" rel="me">PixelFed: @xarvos@anar.chi.st</a> </li> <li> - Matrix.org: <a href="https://matrix.to/#/@xarvos:matrix.org" rel="me">@xarvos:matrix.org</a> + <a href="https://matrix.to/#/@xarvos:matrix.org" rel="me">Matrix.org: @xarvos:matrix.org</a> </li> <li> - SourceHut: <a href="https://sr.ht/~huyngo/" rel="me">~huyngo</a> + <a href="https://sr.ht/~huyngo/" rel="me">SourceHut: ~huyngo</a> </li> <li> - GitHub: <a href="https://github.com/Huy-Ngo" rel="me">@Huy-Ngo</a> + <a href="https://github.com/Huy-Ngo" rel="me">GitHub: @Huy-Ngo</a> </li> <li> - Email: <a href="mailto:huyngo@disroot.org" rel="me">huyngo@disroot.org</a> + <a href="mailto:huyngo@disroot.org" rel="me">Email: huyngo@disroot.org</a> </li> </ul> |