From 6451340e5d6e18da16400fff5855a27bd1aa16f4 Mon Sep 17 00:00:00 2001 From: mastercoms Date: Wed, 22 Jan 2025 20:14:25 -0500 Subject: [PATCH] add support for bluesky on comfig huds --- src/pages/huds/author/[author].astro | 14 ++++++++++++++ src/pages/huds/page/[id].astro | 15 +++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/src/pages/huds/author/[author].astro b/src/pages/huds/author/[author].astro index dadaf83..e8ad605 100644 --- a/src/pages/huds/author/[author].astro +++ b/src/pages/huds/author/[author].astro @@ -165,6 +165,20 @@ const { ) } + { + social.bsky && ( + + + Bluesky + + + ) + } { social.youtube && ( ) } + { + hud.social.bsky && ( + + + Bluesky + + + + ) + } { hud.social.youtube && (