diff options
| author | Christian Cleberg <[email protected]> | 2026-08-02 19:02:00 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-02 19:02:00 -0500 |
| commit | 217c25c8f247de3dedc5249bc5f6de17a8a8ef4d (patch) | |
| tree | 46b82bc8448aff5b59164c90d0bbfe9291ad91ee /theme | |
| parent | 2615767a47c3b073301d650508a5c8933660fe4e (diff) | |
| download | cleberg.net-217c25c8f247de3dedc5249bc5f6de17a8a8ef4d.tar.gz cleberg.net-217c25c8f247de3dedc5249bc5f6de17a8a8ef4d.tar.bz2 cleberg.net-217c25c8f247de3dedc5249bc5f6de17a8a8ef4d.zip | |
update git endpoints
Diffstat (limited to 'theme')
| -rw-r--r-- | theme/templates/base.html | 4 | ||||
| -rw-r--r-- | theme/templates/index.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html index 8ed3375..bcced95 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -35,12 +35,12 @@ </main> <footer> - <a href="https://sr.ht/~ccleberg/cleberg.net">Source</a> · + <a href="https://git.krz.sh/cmc/cleberg.net.git/">Source</a> · <a href="/feed.xml">RSS</a> · <a href="http://paske4urhs6nttrtlkuwa5cowum3fjkc6yv6kl4ncx3mjxcd77764nqd.onion/">Onion</a> · <a href="/tips/">Tips</a> · <a href="https://iheartrss.com/">I ♥ RSS</a> - <p>[ <a href="https://zerolabs.sh">zero labs</a> · <a href="https://audit-labs.dev">audit labs</a> ]</p> + <p>[ <a href="https://krz.sh">krz</a> · <a href="https://audit-labs.dev">audit labs</a> ]</p> </footer> </body> </html> diff --git a/theme/templates/index.html b/theme/templates/index.html index fbc07c1..75fc83d 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -3,7 +3,7 @@ {% block main %} <section> <h1>Christian Cleberg</h1> - <p>[ <a href="https://zerolabs.sh">zero labs</a> · <a href="https://audit-labs.dev">audit labs</a> ]</p> + <p>[ <a href="https://krz.sh">krz</a> · <a href="https://audit-labs.dev">audit labs</a> ]</p> <p>Privacy · Self-Hosting · iOS</p> <p>I build tools, write about systems, and run my own infrastructure. Focused on privacy, user control, and long-term utility.</p> <p><a href="/uses/">Uses</a> · <a href="/now/">Now</a></p> @@ -22,7 +22,7 @@ <h2>Elsewhere</h2> <p>Places to find me online.</p> <ul> - <li>Sourcehut (primary): <a href="https://sr.ht/~ccleberg">~ccleberg</a></li> + <li>cgit (primary): <a href="https://git.krz.sh">~cmc</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>Lemmy: <a href="https://r.nf/u/cmc">@cmc</a></li> |
