From a5ad0fac66f929bdfd4c1515298efd1f051f2139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyril=20=C5=A0ebek?= Date: Mon, 15 Jul 2024 16:17:49 +0200 Subject: [PATCH] Added mastodon link and mastodon validation --- src/components/FloatingLinks.astro | 3 ++- src/layouts/MainLayout.astro | 1 + src/lib/icons.js | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) 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};