From 42edb9a443cc9ea1bf6fe833ee46953a5a3da5f8 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Tue, 3 Mar 2026 01:32:16 +0100 Subject: Add Mastodon sharing feature and update footer with Mastodon badge Squashed commit of the following: commit 87102bff5e03d689debd14aa91a86074b714cc2f Author: Ariel Costas Guerrero Date: Tue Mar 3 01:30:20 2026 +0100 Improve sharing message commit c04a63ebaaea645460780176c6ab6e3783f00362 Author: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Date: Tue Mar 3 00:01:00 2026 +0000 feat: add Mastodon integration (profile badge, share button, fediverse:creator meta tag) Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> commit d2630b4d4ebee0493bfae117d21ce4a2fe78ffaf Author: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Date: Mon Mar 2 23:56:42 2026 +0000 Initial plan --- src/partials/Footer.astro | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/partials/Footer.astro') diff --git a/src/partials/Footer.astro b/src/partials/Footer.astro index 710006a..4a5cb99 100644 --- a/src/partials/Footer.astro +++ b/src/partials/Footer.astro @@ -32,6 +32,12 @@ import t from "../i18n/es.json"; href="https://github.com/arielcostas/costasdev" >BY-SA 4.0 + + + @@ -109,5 +115,10 @@ import t from "../i18n/es.json"; background: linear-gradient(to bottom, #333, #000); color: white; } + + #footer-badge-mastodon { + background: linear-gradient(to bottom, #6364ff, #563acc); + color: white; + } } -- cgit v1.3