diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-11-20 15:21:22 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-11-20 15:21:22 +0100 |
commit | 52f1dd52a93e20672d94f34f35fcf6b0e28da326 (patch) | |
tree | 0500e0bdce76fe3f6351976ffa1e2b2ec83d16c9 | |
parent | de5fe6d3da17266e25619400551a258bab3bacd8 (diff) |
add onion url
-rw-r--r-- | config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml b/config.toml index 7ce218d..d938e94 100644 --- a/config.toml +++ b/config.toml @@ -10,8 +10,8 @@ enableEmoji = true favicon = "" # path to a .ico to use as favicon logo = "" # url or path to a logo to put in the header [params.footer] - text = "" - url = "o" + text = "cyigahm4clwlimo6mfl4yjie5fwfbhlbuag57xo3kimk6invht6ffrad.onion" + url = "http://cyigahm4clwlimo6mfl4yjie5fwfbhlbuag57xo3kimk6invht6ffrad.onion" [params.style] # appearance options (can be omitted) fontFamily = "Luxi Mono" pageWidth = "750px" |