From 5cc77e537b04b8ec28392c61aca95816a7033855 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 31 May 2026 08:41:42 +0200 Subject: [PATCH] fix(pgp): meta descriptions --- src/pages/pgp.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/pgp.astro b/src/pages/pgp.astro index 3badcbc..a091279 100644 --- a/src/pages/pgp.astro +++ b/src/pages/pgp.astro @@ -4,10 +4,10 @@ import Footer from '../components/Footer.astro' const title = 'PGP public key' const description = - 'Use this to verify digitally signed content like emails and files' + 'Use this to verify my digitally signed content like emails and files' --- - +

My {title}

{description}