From 6ca51c1415e95e95a43947b8115a624233ce7078 Mon Sep 17 00:00:00 2001 From: Jarrod Doyle Date: Sun, 17 Mar 2024 20:53:12 +0000 Subject: [PATCH] Remove email reply --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index af2955e..771effe 100644 --- a/hugo.toml +++ b/hugo.toml @@ -70,4 +70,4 @@ defaultContentLanguage = "en" # email is also added to the footer of each post [params.author] name = "Jarrod Doyle" # Your name as shown in the RSS feed metadata - email = "dont-email-me" # Added to the footer so readers can reply to posts \ No newline at end of file + # email = "dont-email-me" # Added to the footer so readers can reply to posts \ No newline at end of file