cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

330861ec09a920bbcaff4674c33107545ceb13e9

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2026-02-07T17:36:31Z

add indieweb links
 theme/templates/index.html | 5 +++++
 1 file changed, 5 insertions(+)

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:hello@cleberg.net" rel="me">
+</section>
 {% endblock %}