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> <p>My inbox is open to everyone.</p>
<ul> <ul>
<li> <li>
✉️ Email me: <a href="mailto:ayo@ayco.io">ayo@ayco.io</a> &middot; <a ✉️ Email me: <a href="mailto:ayo@ayco.io">ayo@ayco.io</a> &middot
href="/pgp">PGP key</a <small> (<a href="/pgp">PGP key</a>)</small>
>
</li> </li>
<li> <li>
💬 Let's chat: <a href="https://chat.ayo.run/join/7IKG-h3nW-pD1H" 💬 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----- -----END PGP PUBLIC KEY BLOCK-----
</pre></code </pre></code
> >
<p>
👉 <a href="/publickey.asc">Download</a>
</p>
</main> </main>
<Footer /> <Footer />
</Layout> </Layout>