From 5088638936b577652518da20e23fd627f5326dc4 Mon Sep 17 00:00:00 2001 From: Mordecai K <39312305+insidemordecai@users.noreply.github.com> Date: Wed, 31 Jul 2024 16:42:39 +0300 Subject: [PATCH] feat: add reply via email functionality --- config/_default/languages.en.toml | 1 + config/_default/params.toml | 2 ++ layouts/_default/single.html | 5 +++++ 3 files changed, 8 insertions(+) diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index e334ec9a..1c293d19 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -15,6 +15,7 @@ title = "Blowfish" # [author] # name = "Your name here" +# email = "youremail@example.com" # image = "img/blowfish_logo.png" # headline = "I'm only human" # bio = "A little bit about you" diff --git a/config/_default/params.toml b/config/_default/params.toml index fc4edcb2..8963d98d 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -12,6 +12,8 @@ autoSwitchAppearance = true enableSearch = true enableCodeCopy = false +replyByEmail = false + # mainSections = ["section1", "section2"] # robots = "" diff --git a/layouts/_default/single.html b/layouts/_default/single.html index ad07f7d3..b208e92d 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -81,6 +81,11 @@