From 7ff435d619aee07b2303bcbc1ee6d0f9c09ef193 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 31 May 2026 10:07:15 +0200 Subject: [PATCH] feat(pgp): concise desc --- 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 a091279..1c65429 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 this to verify my digitally signed content like emails and files' + 'Use to verify my digitally signed content like emails and files' ---