diff options
Diffstat (limited to 'theme')
| -rw-r--r-- | theme/templates/base.html | 4 | ||||
| -rw-r--r-- | theme/templates/index.html | 13 |
2 files changed, 2 insertions, 15 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html index 54c2ec9..40da788 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -22,7 +22,6 @@ <nav aria-label="Site Navigation"> <ul> <li><a href="/">Home</a></li> - <li><a href="/apps/">Apps</a></li> <li><a href="/blog/">Blog</a></li> <li><a href="/garden/">Garden</a></li> <li><a href="/guides/">Guides</a></li> @@ -40,8 +39,7 @@ <a href="/feed.xml">RSS</a> · <a href="http://paske4urhs6nttrtlkuwa5cowum3fjkc6yv6kl4ncx3mjxcd77764nqd.onion/">Onion</a> · <a href="/tips/">Tips</a> - <br> - <a href="https://zerolabs.sh">zero labs</a> + <p>[ <a href="https://zerolabs.sh">zero labs</a> ]</p> </footer> </body> </html> diff --git a/theme/templates/index.html b/theme/templates/index.html index 5102892..4526202 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block main %} <section> <h1>Christian Cleberg</h1> - <p><a href="https://zerolabs.sh">zero labs</a></p> + <p>[ <a href="https://zerolabs.sh">zero 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> @@ -17,17 +17,6 @@ </section> <section> - <h2>Projects</h2> - <p>Software I build and maintain.</p> - <ul> - <li><a href="https://sr.ht/~ccleberg/Hutch/">Hutch</a>: iOS client for SourceHut</li> - <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>More projects are available on SourceHut and GitHub below.</i></p> -</section> - -<section> <h2>Elsewhere</h2> <p>Places to find me online.</p> <ul> |
