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

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