diff options
author | Sander Vrijders <sander@ouroboros.rocks> | 2019-03-04 09:06:14 +0100 |
---|---|---|
committer | Sander Vrijders <sander@ouroboros.rocks> | 2019-03-04 09:06:14 +0100 |
commit | 0e27d925eb10e4e28b4e81172c9c742b60b53a28 (patch) | |
tree | f394e4bad7b585bb9701bd1bc06360d8cbe77ef4 | |
parent | 364aba82b0775a74f9c75415598d9fa89f73354e (diff) | |
download | website-0e27d925eb10e4e28b4e81172c9c742b60b53a28.tar.gz website-0e27d925eb10e4e28b4e81172c9c742b60b53a28.zip |
config: Remove email address
This removes the email address from the config, as it results in a
cleaner footer. Custom footer might be added for even greater
flexibility.
-rw-r--r-- | config.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.toml b/config.toml index 332329a..86e5798 100644 --- a/config.toml +++ b/config.toml @@ -10,9 +10,6 @@ description = "Ouroboros is a decentralized packet network" favicon = "/images/ouroboros_icon.png" logo = "/images/ouroboros_compact_64px.png" -[params.contact] -email = "ouroboros@freelists.org" - [params.copy] copy = "" |