aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/index.html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-02-07 11:36:31 -0600
committerChristian Cleberg <[email protected]>2026-02-07 11:36:31 -0600
commit330861ec09a920bbcaff4674c33107545ceb13e9 (patch)
treeb0ea89ebf9aaaaab97c79c504ceea0b0ba52d59c /theme/templates/index.html
parentde40099b21a6c9078512cbe738bd5312c7037ffe (diff)
downloadcleberg.net-330861ec09a920bbcaff4674c33107545ceb13e9.tar.gz
cleberg.net-330861ec09a920bbcaff4674c33107545ceb13e9.tar.bz2
cleberg.net-330861ec09a920bbcaff4674c33107545ceb13e9.zip
add indieweb links
Diffstat (limited to 'theme/templates/index.html')
-rw-r--r--theme/templates/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html
index 18d28f5..48176e3 100644
--- a/theme/templates/index.html
+++ b/theme/templates/index.html
@@ -10,4 +10,9 @@
<!-- END_POSTS -->
<p><a href="/blog/">All Posts &rarr;</a></p>
</section>
+<section class="indieweb-links">
+ <link href="https://github.com/ccleberg" rel="me">
+ <link href="https://gitlab.com/ccleberg" rel="me">
+ <link href="mailto:[email protected]" rel="me">
+</section>
{% endblock %}