From 556c1725abbfe0601e216896b257858893642010 Mon Sep 17 00:00:00 2001
From: Alex Selimov
Date: Sat, 21 Mar 2026 23:30:27 -0400
Subject: [PATCH] Move upvote button below reply tvia email link
---
layouts/_default/single.html | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index d9a1118..5f5d4db 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -18,6 +18,15 @@
#{{ lower .LinkTitle }}
{{ end }}
+{{ if not .Params.hideReply }}
+{{ with .Site.Params.author.email }}
+
+
+ {{ i18n "email-reply" }} ↪
+
+
+{{ end }}
+{{ end }}
{{ if and .Site.Params.upvotes (not .Params.hideUpvotes) }}