diff options
author | Alan Pearce | 2023-05-22 13:39:19 +0200 |
---|---|---|
committer | Alan Pearce | 2023-05-22 13:39:19 +0200 |
commit | 488d0f0c80cebc34add05fb12aa946a95a675943 (patch) | |
tree | 8f2516b602712e55077b8ee1e7cc01a8b8abe6b4 /config.toml | |
parent | 74ddd0fb958d32356fe0ac5af7069755c0fa3313 (diff) | |
download | website-488d0f0c80cebc34add05fb12aa946a95a675943.tar.lz website-488d0f0c80cebc34add05fb12aa946a95a675943.tar.zst website-488d0f0c80cebc34add05fb12aa946a95a675943.zip |
Add Mastodon link
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 840625f..dfa1ca6 100644 --- a/config.toml +++ b/config.toml @@ -47,3 +47,6 @@ date_format = "%F" [[extra.contact_menu]] name = "GitHub" url = "https://github.com/alanpearce" +[[extra.contact_menu]] + name = "Mastodon" + url = "https://ieji.de/@alanpearce" |