Skip to content

Commit b531d7a

Browse files
authored
Merge pull request #568 from prik73:add-bluesky-footer
Docs: Add Bluesky icon and link to footer in hugo.toml
2 parents 4f651e1 + 6a20fa5 commit b531d7a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

assets/icons/bluesky.svg

Lines changed: 4 additions & 0 deletions
Loading

hugo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,12 @@ enable = false
226226
icon = "icons/youtube.svg"
227227
desc = "Discuss development issues around the project"
228228
alt = "YouTube Icon"
229+
[[params.links.footer.icons]]
230+
name = "Bluesky"
231+
url = "https://bsky.app/profile/layer5.bsky.social"
232+
icon = "icons/bluesky.svg"
233+
desc = "Follow us on Bluesky for updates"
234+
alt = "Bluesky Icon"
229235
[[params.links.footer.icons]]
230236
name = "Docker"
231237
url = "https://hub.docker.com/u/layer5/"

0 commit comments

Comments
 (0)