aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--themes/polaris/layouts/_default/baseof.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index e9340ee..624fc24 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -5,4 +5,6 @@
<a href="https://www.gentoo.org/"><img src="/img/badge/gentoo.png" alt="Gentoo" class="badge"></a>
<a href="https://www.vim.org/"><img src="/img/badge/vim.png" alt="Vim: the editor" class="badge"></a>
<p>This website's work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode.en">CC0 1.0 Universal</a>; the source code is licensed under <a href="https://unlicense.org/">the Unlicense</a>. See the <a href="https://git.sr.ht/~auroras/www">Git repository</a>.</p>
+ <a rel="me" href="https://wetdry.world/@auroras"></a>
+ <meta name="fediverse:creator" content="@auroras@wetdry.world">
</div>
diff --git a/themes/polaris/layouts/_default/baseof.html b/themes/polaris/layouts/_default/baseof.html
index 5b8a18b..3c052ea 100644
--- a/themes/polaris/layouts/_default/baseof.html
+++ b/themes/polaris/layouts/_default/baseof.html
@@ -18,8 +18,6 @@
<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" . }}