From a29ac5481c822d2486c21907b36064530fea4862 Mon Sep 17 00:00:00 2001 From: moanos Date: Thu, 9 Nov 2023 04:51:46 +0100 Subject: [PATCH] fix: Typo --- config.toml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/config.toml b/config.toml index 8b6d02c..1b937ef 100644 --- a/config.toml +++ b/config.toml @@ -21,8 +21,8 @@ paginate = 5 #frontpage pagination [tracking] [tracking.oxitraffic] - enabled: true - hostname: "traffic.hyteck.de" + enabled = true + hostname = "traffic.hyteck.de" [params] # Unmark to use post folder for images. Default is static folder. @@ -39,19 +39,6 @@ paginate = 5 #frontpage pagination '© 2023 CC-BY Julian-Samuel Gebühr ' ] - - # Contact page - # Since this template is static, the contact form uses www.formspree.io as a - # proxy. The form makes a POST request to their servers to send the actual - # email. Visitors can send up to a 1000 emails each month for free. - # - # What you need to do for the setup? - # - # - set your email address under 'email' below (it is also used in Gravatar for the bio). - # - upload the generated site to your server - # - send a dummy email yourself to confirm your account - # - click the confirm link in the email from www.formspree.io - # - you're done. Happy mailing! email = "julian-samuel@gebuehr.net" # Nav links in the side bar