diff options
author | Alan Pearce | 2023-08-30 06:39:19 +0200 |
---|---|---|
committer | Alan Pearce | 2023-08-30 06:39:19 +0200 |
commit | 1162ab82c5efa0ca99e9735433c162f15bd4f60c (patch) | |
tree | 923b4178efa89d3ae0a541c804881f0a6228a022 | |
parent | a37e7efe7d6cdfb9e3a7dfbc281c8b92eb7b7b21 (diff) | |
download | website-1162ab82c5efa0ca99e9735433c162f15bd4f60c.tar.lz website-1162ab82c5efa0ca99e9735433c162f15bd4f60c.tar.zst website-1162ab82c5efa0ca99e9735433c162f15bd4f60c.zip |
Add Bluesky to contact menu
-rw-r--r-- | config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 276a627..55e8931 100644 --- a/config.toml +++ b/config.toml @@ -47,3 +47,6 @@ date_format = "%F" [[extra.contact_menu]] name = "Mastodon" url = "https://ieji.de/@alanpearce" +[[extra.contact_menu]] + name = "Bluesky" + url = "https://bsky.app/profile/alanpearce.eu" |