From 77893ccf469ace26f2fb32583777f6af3a281e87 Mon Sep 17 00:00:00 2001 From: Caio Lente <7017340+clente@users.noreply.github.com> Date: Tue, 17 Oct 2023 01:10:22 -0300 Subject: Move 'reply by email' button to the bottom of every post --- layouts/_default/single.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'layouts/_default') diff --git a/layouts/_default/single.html b/layouts/_default/single.html index cd6b095..30de616 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -17,4 +17,11 @@ #{{ .LinkTitle }}   {{ end }}

+{{ with .Site.Social.email }} +

+ + {{ i18n "email-reply" }} ↪ + +

+{{ end }} {{ end }} -- cgit v1.2.3