fix(pgp): meta descriptions
This commit is contained in:
parent
05dd11db99
commit
5cc77e537b
1 changed files with 2 additions and 2 deletions
|
|
@ -4,10 +4,10 @@ import Footer from '../components/Footer.astro'
|
||||||
|
|
||||||
const title = 'PGP public key'
|
const title = 'PGP public key'
|
||||||
const description =
|
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>
|
<main>
|
||||||
<h1>My {title}</h1>
|
<h1>My {title}</h1>
|
||||||
<p>{description}</p>
|
<p>{description}</p>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue