diff --git a/blog/content/whoami.md b/blog/content/whoami.md index 8d18dc9..f5165d0 100644 --- a/blog/content/whoami.md +++ b/blog/content/whoami.md @@ -32,7 +32,7 @@ Reading right now: # PGP Key -If you want to send me encrypted messages use the following [PGP-Key](/publickey.asc). If you want to check the fingerprint: +If you want to send me encrypted messages use the following [PGP-Key](/keys/publickey.asc). If you want to check the fingerprint: ``` 896B 3FF1 2E82 A80C 10F6 42CB 4634 761C A7CE E0A diff --git a/blog/hugo.toml b/blog/hugo.toml index 8b299ea..5e8b34b 100644 --- a/blog/hugo.toml +++ b/blog/hugo.toml @@ -22,11 +22,11 @@ title = 'agres.online' [[params.socials]] name = "pgp" - url = "/publickey.asc" + url = "/keys/publickey.asc" [[params.info]] name = "Impressum" - url = "/impressim" + url = "/impressum" [[params.info]] name = "Datenschutz" @@ -38,7 +38,7 @@ title = 'agres.online' [[params.info]] name = "PGP-Key" - url = "/publickey.asc" + url = "/keys/publickey.asc" [[params.info]] name = "RSS" diff --git a/blog/static/publickey.asc b/blog/static/keys/publickey.asc similarity index 100% rename from blog/static/publickey.asc rename to blog/static/keys/publickey.asc