diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-02-11 13:44:19 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-02-11 13:44:19 -0800 |
| commit | e4bf82053a053b0795e1a27bf5865a97844cac80 (patch) | |
| tree | 9ed87a2e7292ba0e9cb87b55b45dd830df098130 /src/components/SocialNavbar.astro | |
| parent | a09787c11803b2c692ed3692af6295767a6534af (diff) | |
add pgp key
Diffstat (limited to 'src/components/SocialNavbar.astro')
| -rw-r--r-- | src/components/SocialNavbar.astro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/SocialNavbar.astro b/src/components/SocialNavbar.astro index 95aa1a2..dcb0df3 100644 --- a/src/components/SocialNavbar.astro +++ b/src/components/SocialNavbar.astro @@ -81,5 +81,8 @@ import "@fortawesome/fontawesome-free/css/all.min.css"; <a href="https://pinapelz.moe" class="dark-social-icon" title="pinapelz.moe" ><i class="fa fa-globe"></i></a > + <a href="/Yukai_Shan.asc" class="dark-social-icon" title="PGP" + ><i class="fa fa-key"></i></a + > </div> </div> |
