commit cea1a7b5d9cd98810709218a21adeb798b173c47
parent af57fe52b52016f18bc08c76b028c47407ece229
Author: Ed van Bruggen <ed@edryd.org>
Date: Sun, 12 Jul 2026 23:38:56 -0400
Add Mastodon verification link
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
@@ -17,6 +17,7 @@
<link rel="stylesheet" href="{{ "css/theme.css" | relURL }}">
<link rel="stylesheet" href="{{ "css/custom.css" | relURL }}">
<link rel="shortcut icon" href="{{ "img/favicon.png" | relURL }}">
+ <link rel="me" href="https://tech.lgbt/@edryd">
</head>
<body>