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' ---