diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:42:24 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-13 14:42:24 +0100 |
commit | c97707d0c5b3e3a068372f2a23ac6325ff28c246 (patch) | |
tree | 4cc2c8ec9722909fd09b7f36186012a3f00de98e | |
parent | 1d777ed306f15040bba27c1b322952b4b1620b82 (diff) | |
download | website-c97707d0c5b3e3a068372f2a23ac6325ff28c246.tar.gz |
IndieWeb part 4 again because the last one was actually part 3
-rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 7e9b474..200880d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,7 +15,7 @@ <span class="h-card" style="display: none;"> <p class="p-nickname">mounderfod</p> <p class="p-given-name">Noah</p> - <a class="u-url" href="https://mounderfod.online"></a> + <a class="u-url" rel="me" href="https://mounderfod.online"></a> <p class="p-country-name">United Kingdom</p> </span> </head> |