cmc/cleberg.net

My personal web garden & blog.

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

cfea3f9c67099dee73a0f50c3dc835d1e0247130

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-06-25T16:51:44Z

update social links
 theme/templates/base.html  | 1 +
 theme/templates/index.html | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/theme/templates/base.html b/theme/templates/base.html
index 6c60406..9bd5d31 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -15,6 +15,7 @@
     <link href="https://github.com/ccleberg" rel="me">
     <link href="https://gitlab.com/ccleberg" rel="me">
     <link href="mailto:hello@cleberg.net" rel="me">
+    <a href="https://c.im/@cmc" rel="me">
 </head>
 <body>
     <a href="#main-content" class="skip-link">Skip to content</a>
diff --git a/theme/templates/index.html b/theme/templates/index.html
index c540ff8..b9aee86 100644
--- a/theme/templates/index.html
+++ b/theme/templates/index.html
@@ -23,7 +23,8 @@
         <li>Sourcehut (primary): <a href="https://sr.ht/~ccleberg">~ccleberg</a></li>
         <li>GitHub (mirror): <a href="https://github.com/ccleberg">@ccleberg</a></li>
         <li>Email: <a href="mailto:hello@cleberg.net">hello@cleberg.net</a> (<a href="/gpg.txt">GPG</a>)</li>
-        <li>Signal: <a href="https://signal.me/#eu/JYao4TQ7pIOaSk4HwMiaPRP47la4DlKaGnjklHzHJWldg31wG0JDSJYqLjVx9Hou">@cmc.01</a></li>
+        <li>Lemmy: <a href="https://lemmy.zerolabs.sh/u/cmc">@cmc</a></li>
+        <li>Mastodon: <a href="https://c.im/@cmc">@cmc</a></li>
     </ul>
 </section>
 {% endblock %}