diff --git a/src/components/FloatingLinks.astro b/src/components/FloatingLinks.astro index a3ba7cd..172fa3a 100644 --- a/src/components/FloatingLinks.astro +++ b/src/components/FloatingLinks.astro @@ -5,11 +5,12 @@ import { ContactButton } from "./ContactButton";
-
+
+
diff --git a/src/layouts/MainLayout.astro b/src/layouts/MainLayout.astro index a40e783..f3afc69 100644 --- a/src/layouts/MainLayout.astro +++ b/src/layouts/MainLayout.astro @@ -21,6 +21,7 @@ const t = useTranslations(lang) {title} + ` const git = `` const mail = `` +const mastodon = `` -export const icons = { home: home, blog: blog, theme_dark: theme_dark, theme_light: theme_light, lang: lang, theme_auto: theme_auto, music: music, matrix: matrix, telegram: telegram, github: github, git: git, mail: mail}; +export const icons = { home: home, blog: blog, theme_dark: theme_dark, theme_light: theme_light, lang: lang, theme_auto: theme_auto, music: music, matrix: matrix, telegram: telegram, github: github, git: git, mail: mail, mastodon: mastodon};