From 38275d42b7469b824cba98d5e054888ef1b0adb8 Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Sun, 5 Jan 2025 23:49:01 +0100 Subject: [PATCH] tried to fix bluesky in different places --- README.md | 2 +- exampleSite/hugo.toml | 2 +- layouts/partials/social.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ce336d..ed14729 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ These settings to display your social accounts. - `xing`: Your [Xing](https://www.xing.com) username. - `linkedin`: Your [Linkedin](https://www.linkedin.com) username. - `twitter`: Your [Twitter](https://twitter.com) username. -- `bluesky`: Your [Bluesky](https://bluesky.app) username. +- `bsky`: Your [Bluesky](https://bluesky.app) username. - `mastodon`: Your [Mastodon](https://mastodon.social) server/@username. - `facebook`: Your [Facebook](https://www.facebook.com) username. - `google`: Your [Google](https://www.google.com) username. diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index 6dedb8f..02d1273 100644 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -39,7 +39,7 @@ instagram = "" linkedin = "" twitter = "" mastodon = "/@" -bluesky = "" +bsky = "" facebook = "" google = "" googlescholar = "" diff --git a/layouts/partials/social.html b/layouts/partials/social.html index 0d09e0d..e7e5d1d 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -2,7 +2,7 @@ {{ with .Site.Params.social.twitter }} {{ end }} - {{ with .Site.Params.social.bluesky }} + {{ with .Site.Params.social.bsky }} {{ end }} {{ with .Site.Params.social.mastodon }}