diff options
Diffstat (limited to 'src')
| -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> |
