From 02955f3a91629c22e82672a7bddd6a311613e719 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Thu, 12 Dec 2024 22:01:26 -0800 Subject: [PATCH] Add bluesky link --- config.toml | 1 + templates/partials/footer.html | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/config.toml b/config.toml index 9572586d7..d956f4b9b 100644 --- a/config.toml +++ b/config.toml @@ -25,6 +25,7 @@ external_links_target_blank = true [extra] author = "Ana Hobden" github = "hoverbear" +bluesky = "hoverbear.org" twitter = "a_hoverbear" mastodon = "@ana@hachyderm.io" mastodon_link = "https://hachyderm.io/@ana" diff --git a/templates/partials/footer.html b/templates/partials/footer.html index 3ad763718..a63fb50c3 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -19,6 +19,11 @@   @{{ config.extra.twitter }} on Twitter, {%- endif -%} + + {%- if config.extra.bluesky -%} +   + @{{ config.extra.bluesky }} on Bluesky, + {%- endif -%}   or track via RSS Feed.