diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-08-19 22:39:50 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-08-19 22:39:50 -0500 |
commit | 8ca2c69e67c5b5cc3166af0c0a56e16078176b21 (patch) | |
tree | d894c50cf3822fd1365c158029e7d7040054dfad /theme/templates/index.html | |
parent | 407cc619dccd5f39dee64bb29fc9f479e3244b27 (diff) | |
download | cleberg.net-8ca2c69e67c5b5cc3166af0c0a56e16078176b21.tar.gz cleberg.net-8ca2c69e67c5b5cc3166af0c0a56e16078176b21.tar.bz2 cleberg.net-8ca2c69e67c5b5cc3166af0c0a56e16078176b21.zip |
summary of commits from minimal-enhancements
Diffstat (limited to 'theme/templates/index.html')
-rw-r--r-- | theme/templates/index.html | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index d7a97ed..a9cd2ae 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -1,22 +1,22 @@ {% extends "base.html" %} {% block main %} <section> - <h1><i>~cleberg.net</i></h1> + <h1><i>~cmc</i></h1> <pre>pub rsa4096 2022-11-16 [SC] <a href="/gpg.txt">3917 973F B159 BBB8 6194 5385 6945 1A51 7AC0 CB37</a> uid [ultimate] Christian Cleberg <hello@cleberg.net> sub rsa4096 2022-11-16 [E]</pre> </section> <section> - <h2>Recent Blog Posts</h2> + <h2>Blog Posts</h2> <!-- BEGIN_POSTS --> <!-- END_POSTS --> - <br> <a href="/blog/">All Posts →</a> </section> <section> <h2>Everything Else</h2> - <ul> + <ul> + <li><a href="/about/">About</a></li> <li><a href="https://cv.cleberg.net">Curriculum Vitae</a></li> <li><a href="/now/">Now</a></li> <li><a href="/salary/">Salary</a></li> @@ -25,17 +25,6 @@ sub rsa4096 2022-11-16 [E]</pre> </ul> </section> -<section> - <h2>Contact</h2> - <ul> - <li><a href="mailto:hello@cleberg.net">hello@cleberg.net</a> (<a href="https://cleberg.net/gpg.txt">GPG</a>)</li> - <li><a href="https://lemmy.cleberg.net/u/cmc">@cmc</a> on Lemmy</li> - <li><a href="https://matrix.to/#/@cmc.:matrix.org">@cmc.:matrix.org</a> on Matrix</li> - <li>@cmc.01 on <a href="https://signal.org/">Signal</a></li> - <li><a href="https://sr.ht/~cxc">~cxc</a> on Sourcehut</li> - </ul> -</section> - <section class="hidden"> <div class="h-card"> <span class="p-name">Christian Cleberg</span> |