From 3195b84831855335dbfa405ce559f141cea86d57 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 20 Apr 2019 14:28:51 +0200 Subject: [PATCH] Added links to clearnet and Tor version of the site. --- config.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config.toml b/config.toml index da22822..2f5a5f8 100644 --- a/config.toml +++ b/config.toml @@ -49,6 +49,17 @@ enableGitInfo = true url = "/index.xml" weight = 3 + [[menu.main]] + name = "Clearnet" + url = "https://blog.tastytea.de/" + weight = 10 + + [[menu.main]] + name = "Tor" + url = "http://c2vn2z2fnztv2f4ovj7h7l3g56qv7xb2pi5p6w7cifhmqeaqbekpedqd.onion/" + weight = 11 + + [[menu.footer]] name = "Contact" url = "https://tastytea.de/"