From 9c8f8ba6a64650c6e3e0c9e436aa312f26a1af1f Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 27 Apr 2024 14:22:41 -0500 Subject: [PATCH] minor tweak --- layouts/_default/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 2860a83..fe78efb 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -58,7 +58,7 @@ {{- $emailReplies = false }} {{- end }} {{- if and (eq .Site.Params.comments true) (ne $emailReplies false) }} - 📧 Reply via email + 📧 Reply by email {{- end }}
Comments {{- partial "comments" . }}