diff --git a/src/components/Footer.astro b/src/components/Footer.astro index a76ae166eb..c8800030dd 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -19,105 +19,128 @@ const hasEducation = siteConfig.education && siteConfig.education.length > 0; {siteConfig.title}

- - - - - - - - - - - - - - - - + { + siteConfig.social?.email && ( + + + + + + + + ) + } + { + siteConfig.social?.linkedin && ( + + + <> + + + + + + + + + + ) + } + { + siteConfig.social?.twitter && ( + + + <> + + + + + + + ) + } + { + siteConfig.social?.github && ( + + + <> + + + + + + ) + }