diff options
| author | Christian Cleberg <[email protected]> | 2026-06-25 11:51:44 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-06-25 11:51:44 -0500 |
| commit | cfea3f9c67099dee73a0f50c3dc835d1e0247130 (patch) | |
| tree | 2aeadcddcaadd3bd72e330d6854dbda4368d4440 /theme/templates | |
| parent | 9b19953cc8c1bbee5fe7b7a8e3e2c2ab85c6c866 (diff) | |
| download | cleberg.net-cfea3f9c67099dee73a0f50c3dc835d1e0247130.tar.gz cleberg.net-cfea3f9c67099dee73a0f50c3dc835d1e0247130.tar.bz2 cleberg.net-cfea3f9c67099dee73a0f50c3dc835d1e0247130.zip | |
update social links
Diffstat (limited to 'theme/templates')
| -rw-r--r-- | theme/templates/base.html | 1 | ||||
| -rw-r--r-- | theme/templates/index.html | 3 |
2 files changed, 3 insertions, 1 deletions
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:[email protected]" 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:[email protected]">[email protected]</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 %} |
