diff --git a/src/pages/pgp.astro b/src/pages/pgp.astro index 3cccf95..3badcbc 100644 --- a/src/pages/pgp.astro +++ b/src/pages/pgp.astro @@ -1,11 +1,16 @@ --- import Layout from '../layouts/Layout.astro' import Footer from '../components/Footer.astro' + +const title = 'PGP public key' +const description = + 'Use this to verify digitally signed content like emails and files' --- - +
-

My PGP Public Key

+

My {title}

+

{description}