diff options
author | Anthony Wang | 2021-12-22 22:42:53 -0600 |
---|---|---|
committer | Anthony Wang | 2021-12-22 22:42:53 -0600 |
commit | fe8af0525f17d20defaf4f2a1e50aa7c16a3ded5 (patch) | |
tree | c221364c15517d3451900412fcda42864336c142 /config.toml | |
parent | 059152b66cf243363114630aab5ca96314426890 (diff) |
Move contact page to email
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 44b43c4..b850081 100644 --- a/config.toml +++ b/config.toml @@ -48,7 +48,7 @@ theme = 'gokarna' accentColor = '#00dd42' footer = 'Made with ❤️ by Ta180m - CC BY-SA 4.0' socialIcons = [ - {name = 'protonmail', url = '/about/contact'}, + {name = 'protonmail', url = '/about/email'}, {name = 'matrix', url = 'https://matrix.to/#/@ta180m:exozy.me'}, {name = 'mastodon', url = 'https://social.exozy.me/@ta180m'}, {name = 'peertube', url = 'https://tube.exozy.me/a/ta180m/video-channels'}, |