From 86ad0801cd05196abd3d9e7de29d31f185dcf27f Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Thu, 19 Aug 2021 10:36:47 +0200 Subject: [PATCH] Comments: use variable for email address --- layouts/_default/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index ca2117a..6d96961 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -21,10 +21,10 @@

{{ .Content }} - {{ if .Site.Params.comment.comments }} + {{ if isset .Site.Params.comment "mail" }}

I would like to hear what you think about this post. Feel free to write me a mail!

- Reply by mail + Reply by mail
{{ end }} {{ end }}