fix(pgp): meta descriptions

This commit is contained in:
ayo 2026-05-31 08:41:42 +02:00
parent 05dd11db99
commit 5cc77e537b

View file

@ -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'
---
<Layout title="Ayo's {title}" description={description}>
<Layout title={"Ayo's " + title} description={description}>
<main>
<h1>My {title}</h1>
<p>{description}</p>