feat: pgp key download link

This commit is contained in:
ayo 2026-05-31 02:21:03 +02:00
parent e4081c42e4
commit f0bb8f9272
2 changed files with 5 additions and 3 deletions

View file

@ -53,9 +53,8 @@ import Footer from '../components/Footer.astro'
<p>My inbox is open to everyone.</p>
<ul>
<li>
✉️ Email me: <a href="mailto:ayo@ayco.io">ayo@ayco.io</a> &middot; <a
href="/pgp">PGP key</a
>
✉️ Email me: <a href="mailto:ayo@ayco.io">ayo@ayco.io</a> &middot
<small> (<a href="/pgp">PGP key</a>)</small>
</li>
<li>
💬 Let's chat: <a href="https://chat.ayo.run/join/7IKG-h3nW-pD1H"

View file

@ -22,6 +22,9 @@ AP0YLC768PFTBm9CM5T1BE0xjJ7s4dZSrVoI4n8RSe1nCA==
-----END PGP PUBLIC KEY BLOCK-----
</pre></code
>
<p>
👉 <a href="/publickey.asc">Download</a>
</p>
</main>
<Footer />
</Layout>