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/partials/nav.html | 3 ---
1 file changed, 3 deletions(-)
(limited to 'layouts/partials')
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 2cc03a2..e78affe 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -1,9 +1,6 @@
{{ range .Site.Menus.main.ByWeight }}
{{ .Name }}
{{ end }}
-{{ with .Site.Social.email }}
-Email
-{{ end }}
RSS
--
cgit v1.2.3