From f281e10cd26b52fd8439779a4cb762a3ce4e197c Mon Sep 17 00:00:00 2001 From: ae Date: Mon, 17 Feb 2025 01:07:30 +0200 Subject: [PATCH] fix: pgp key id --- themes/nostyleplease/data/menu.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/nostyleplease/data/menu.toml b/themes/nostyleplease/data/menu.toml index 5ea187a..76fb280 100644 --- a/themes/nostyleplease/data/menu.toml +++ b/themes/nostyleplease/data/menu.toml @@ -10,7 +10,7 @@ title = "posts" title = "contacts" entries = [ { title = "email (hello at golfed.xyz)", url = "mailto:hello@golfed.xyz" }, - { title = "pgp (1530F5...32B3E)", url = "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x1530f5132a1228578d2b4168995efd5c1b532b3e" }, + { title = "pgp (1530F5...532B3E)", url = "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x1530f5132a1228578d2b4168995efd5c1b532b3e" }, { title = "matrix (@ae:golfed.xyz)", url = "https://matrix.to/#/@ae:golfed.xyz" }, { title = "signal (xmr.02)", url = "https://signal.me/#eu/9aAt0tk36ErVZygWxf_dk81_r_2jTaxUxVCuvl_h6LONUyREI7hLm42Oa8RYJgoz" }, ]