From a71eb0f975d53fa831f0403c741e8222a683b2af Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 31 May 2026 16:28:29 +0200 Subject: [PATCH] feat: add 'encryption' purpose for pgp key --- src/pages/pgp.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/pgp.astro b/src/pages/pgp.astro index 1c65429..e9a7a96 100644 --- a/src/pages/pgp.astro +++ b/src/pages/pgp.astro @@ -4,7 +4,7 @@ import Footer from '../components/Footer.astro' const title = 'PGP public key' const description = - 'Use to verify my digitally signed content like emails and files' + 'Use to verify my digitally signed content like emails and files or to encrypt messages intended only for me.' ---