diff options
author | Alan Pearce | 2022-10-08 01:28:57 +0200 |
---|---|---|
committer | Alan Pearce | 2022-10-08 01:28:57 +0200 |
commit | d369605691337a2313a495ffc8db204653177f64 (patch) | |
tree | 9a6b347df3f7e22fc4f14b854e2ebe1c6385b0e9 | |
parent | cf6a1e188cd92434dc742ddab2c384f519b15959 (diff) | |
download | website-d369605691337a2313a495ffc8db204653177f64.tar.lz website-d369605691337a2313a495ffc8db204653177f64.tar.zst website-d369605691337a2313a495ffc8db204653177f64.zip |
Add link to codeberg
-rw-r--r-- | config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml index cf15f11..9f2179b 100644 --- a/config.toml +++ b/config.toml @@ -44,5 +44,8 @@ author_image = "/img/me-thumb.jpg" name = "GitLab" url = "https://gitlab.com/alanpearce" [[extra.menu.contact]] + name = "Codeberg" + url = "https://codeberg.org/alanpearce" +[[extra.menu.contact]] name = "GitHub" url = "https://github.com/alanpearce" |