aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
authorCaio Lente <7017340+clente@users.noreply.github.com>2023-10-17 01:10:22 -0300
committerCaio Lente <7017340+clente@users.noreply.github.com>2023-10-17 01:10:22 -0300
commit77893ccf469ace26f2fb32583777f6af3a281e87 (patch)
treeaeb6aaa59cfc3963ec5415d246f4f35c27f36574 /layouts/partials
parentcfb20f68513fda3a72f49c43da6fa84190855d25 (diff)
downloadhugo-bearcub-77893ccf469ace26f2fb32583777f6af3a281e87.tar.gz
hugo-bearcub-77893ccf469ace26f2fb32583777f6af3a281e87.tar.bz2
Move 'reply by email' button to the bottom of every post
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/nav.html3
1 files changed, 0 insertions, 3 deletions
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 }}
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
-{{ with .Site.Social.email }}
-<a href='mailto:{{ . }}?subject={{ i18n "email-subject" }}"{{ default $.Site.Title $.Page.Title }}"'>Email</a>
-{{ end }}
<a href="{{ relLangURL .Site.Params.blogPath }}/index.xml">RSS</a>
<!-- Convert this page's translations into a dict -->