We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3eb2d commit ca6bd08Copy full SHA for ca6bd08
1 file changed
src/pages/index.astro
@@ -12,6 +12,7 @@ import PersonalCard from "../components/PersonalCard.astro";
12
import kirby from "../assets/kirby-mushroom.gif";
13
import pfp from "../assets/pfp.png";
14
import miku from "../assets/gifs/miku-shimie-shimie.gif";
15
+import { text } from "stream/consumers";
16
17
const Title = "Home";
18
const HeaderTitle = "Welcome to JellyCat Cafe";
@@ -49,6 +50,11 @@ const ContactLinks = [
49
50
text: "contact.polycat\u200B@proton.me",
51
label: "Email link to contact PolyCat",
52
},
53
+ {
54
+ href: "https://keys.openpgp.org/vks/v1/by-fingerprint/DB63CA649EABAD334627F1BB93F51FCA4F61C83E",
55
+ text: "My Public PGP Key",
56
+ label: "Link to download my public PGP key"
57
+ }
58
];
59
60
const ProjectLinks = [
0 commit comments