diff options
author | frosty <passedgoandgot200@disroot.org> | 2025-06-21 11:27:25 +0000 |
---|---|---|
committer | frosty <passedgoandgot200@disroot.org> | 2025-06-21 11:27:25 +0000 |
commit | 2a12808befd29ab9cc6250e53f5efabd204483e0 (patch) | |
tree | fcd8af6df6b1f75aade4a645cc1680879f7ec632 | |
parent | 61fbce70abd2cafaef960f5e787a97a3a828d74e (diff) |
add mastodon headers for verification
-rw-r--r-- | themes/polaris/layouts/_default/baseof.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/polaris/layouts/_default/baseof.html b/themes/polaris/layouts/_default/baseof.html index 3c052ea..5b8a18b 100644 --- a/themes/polaris/layouts/_default/baseof.html +++ b/themes/polaris/layouts/_default/baseof.html @@ -18,6 +18,8 @@ <meta property="og:url" content="{{ .Page.RelPermalink }}"> <meta property="og:site_name" content="{{ .Site.Title }}"> <meta property="og:description" content="{{ .Site.Params.subtext }}"> + <a rel="me" href="https://wetdry.world/@auroras"></a> + <meta name="fediverse:creator" content="@auroras@wetdry.world"> </head> <body> {{ partial "header.html" . }} |