aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/base.html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-06 13:22:44 -0500
committerChristian Cleberg <[email protected]>2026-04-06 13:22:44 -0500
commit17fa039d32f63d21e0872525c4ecc3f93dea501f (patch)
tree4f785ad58d9219cc536fc1ceb045328675fecf22 /theme/templates/base.html
parent5aef9691d207e405b6c78672cbb174ce7011dd54 (diff)
downloadcleberg.net-17fa039d32f63d21e0872525c4ecc3f93dea501f.tar.gz
cleberg.net-17fa039d32f63d21e0872525c4ecc3f93dea501f.tar.bz2
cleberg.net-17fa039d32f63d21e0872525c4ecc3f93dea501f.zip
fix: move indieweb links into html head
Diffstat (limited to 'theme/templates/base.html')
-rw-r--r--theme/templates/base.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html
index be168db..a474dde 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -12,6 +12,9 @@
<link rel="icon" href="data:,">
{% block meta %}{% endblock %}
{% endblock %}
+ <link href="https://github.com/ccleberg" rel="me">
+ <link href="https://gitlab.com/ccleberg" rel="me">
+ <link href="mailto:[email protected]" rel="me">
</head>
<body>
<a href="#main-content" class="skip-link">Skip to content</a>
@@ -38,11 +41,5 @@
<a href="http://paske4urhs6nttrtlkuwa5cowum3fjkc6yv6kl4ncx3mjxcd77764nqd.onion/">Onion</a> &middot;
<a href="/tips/">Tips</a>
</footer>
-
- <section class="indieweb-links" style="display:none">
- <link href="https://github.com/ccleberg" rel="me">
- <link href="https://gitlab.com/ccleberg" rel="me">
- <link href="mailto:[email protected]" rel="me">
- </section>
</body>
</html>