diff options
author | Alan Pearce | 2022-10-08 01:28:57 +0200 |
---|---|---|
committer | Alan Pearce | 2022-10-08 01:28:57 +0200 |
commit | 5a106c133f22f056cda94f995e9c4af86870791d (patch) | |
tree | 024113ebe84d74a0038da0b8d62c2ca81f73fe46 | |
parent | b3130ead4befae2aca245eed16178878963add1e (diff) | |
download | website-5a106c133f22f056cda94f995e9c4af86870791d.tar.lz website-5a106c133f22f056cda94f995e9c4af86870791d.tar.zst website-5a106c133f22f056cda94f995e9c4af86870791d.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" |