diff options
author | Alan Pearce | 2023-05-22 13:39:19 +0200 |
---|---|---|
committer | Alan Pearce | 2023-05-22 13:39:19 +0200 |
commit | 39d0a7949e306f3979f600f153721c9d27777abd (patch) | |
tree | 191299947be65d0fce0ea75b33f68a2bc7795e37 | |
parent | c8ec9d9ca2557a00559b4823d9b5bfd2faeb5775 (diff) | |
download | website-39d0a7949e306f3979f600f153721c9d27777abd.tar.lz website-39d0a7949e306f3979f600f153721c9d27777abd.tar.zst website-39d0a7949e306f3979f600f153721c9d27777abd.zip |
Add Mastodon link
-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" |