diff options
| author | Christian Cleberg <[email protected]> | 2026-04-06 13:24:50 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-06 13:24:50 -0500 |
| commit | 30e4f863c8d8b0ee6678bb83f02b513eb193491a (patch) | |
| tree | f12947958b94a1b6b18d4c0fead91789a8c58b7b /theme/templates/index.html | |
| parent | 17fa039d32f63d21e0872525c4ecc3f93dea501f (diff) | |
| download | cleberg.net-30e4f863c8d8b0ee6678bb83f02b513eb193491a.tar.gz cleberg.net-30e4f863c8d8b0ee6678bb83f02b513eb193491a.tar.bz2 cleberg.net-30e4f863c8d8b0ee6678bb83f02b513eb193491a.zip | |
fix: clarify project sentence on index page
Diffstat (limited to 'theme/templates/index.html')
| -rw-r--r-- | theme/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index 0642f77..42d1625 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -22,14 +22,14 @@ <li><a href="https://sr.ht/~ccleberg/Rune/">Rune</a>: iOS client for Njalla</li> <li><a href="https://github.com/audit-labs/audit-tools">Audit Tools</a>: Automated scripts for auditors</li> </ul> - <p><i>Find my SourceHut and GitHub profile links below for more projects.</i></p> + <p><i>More projects are available on SourceHut and GitHub below.</i></p> </section> <section> <h2>Elsewhere</h2> <ul> <li>Sourcehut (primary): <a href="https://sr.ht/~ccleberg">~ccleberg</a></li> - <li>GitHub (backup): <a href="https://github.com/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> </ul> |
