diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-04-01 22:15:04 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-04-01 22:15:04 -0500 |
commit | 13cbadd8356af9b8befb0806accf30fbf11c227c (patch) | |
tree | 87e944a9dcfcb6b36c3d69e91d213025deacf65f /theme/templates/index.html | |
parent | db9a372547a71279402a59ac66a29e15b65ec841 (diff) | |
download | cleberg.net-13cbadd8356af9b8befb0806accf30fbf11c227c.tar.gz cleberg.net-13cbadd8356af9b8befb0806accf30fbf11c227c.tar.bz2 cleberg.net-13cbadd8356af9b8befb0806accf30fbf11c227c.zip |
fix GPG key details
Diffstat (limited to 'theme/templates/index.html')
-rw-r--r-- | theme/templates/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/theme/templates/index.html b/theme/templates/index.html index d19ad77..896b2d3 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -1,10 +1,10 @@ {% extends "base.html" %} {% block main %} <section> <h1><i>~cleberg.net</i></h1> - <pre>pub ed25519 2025-03-11 [SCA] - <a href="/gpg.txt">C687 00A6 FA4B 7183 B6CE E47D EEDC 995C D14F 193C</a> + <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 cv25519 2025-03-11 [E]</pre> +sub rsa4096 2022-11-16 [E]</pre> </section> <section> <h2>Recent Blog Posts</h2> |