diff options
author | Alan Pearce | 2025-01-25 00:14:41 +0100 |
---|---|---|
committer | Alan Pearce | 2025-01-25 00:14:41 +0100 |
commit | ce3b73f7a2e24e5fa33d456fc8b6f61d0bd244ff (patch) | |
tree | 895535cfb1bd4e94887898fd116ac89c5d4eb5bb | |
parent | 8373e27949edd5e0b7a14d22d7bc5018202677d6 (diff) | |
download | website-ce3b73f7a2e24e5fa33d456fc8b6f61d0bd244ff.tar.lz website-ce3b73f7a2e24e5fa33d456fc8b6f61d0bd244ff.tar.zst website-ce3b73f7a2e24e5fa33d456fc8b6f61d0bd244ff.zip |
fix capitalistion of Bluesky
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index cabf5d7..c225169 100644 --- a/config.toml +++ b/config.toml @@ -106,5 +106,5 @@ wildcard_domain = "aln.pe" name = "Mastodon" url = "https://ieji.de/@alanpearce" [[menus.me]] - name = "BlueSky" + name = "Bluesky" url = "https://bsky.app/profile/alanpearce.eu" |