diff --git a/data/beautifulhugo/social.toml b/data/beautifulhugo/social.toml
index a2946d47..b8d19b1a 100644
--- a/data/beautifulhugo/social.toml
+++ b/data/beautifulhugo/social.toml
@@ -32,7 +32,7 @@ icon = "fab fa-bitbucket"
id = "twitter"
url = "https://twitter.com/%s"
title = "Twitter"
-icon = "fab fa-twitter"
+icon = "fab fa-x-twitter"
[[social_icons]]
id = "slack"
@@ -214,3 +214,9 @@ id = "about"
url = "%s"
title = "About"
icon = "fas fa-at"
+
+[[social_icons]]
+id = "bluesky"
+url = "%s"
+title = "About"
+icon = "fas fa-at"
\ No newline at end of file
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index eb10481f..1928fe37 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -60,7 +60,7 @@
{{- else -}}
-
+
{{- end -}}