diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-17 01:10:22 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-17 01:10:22 -0300 |
commit | 77893ccf469ace26f2fb32583777f6af3a281e87 (patch) | |
tree | aeb6aaa59cfc3963ec5415d246f4f35c27f36574 /layouts/partials | |
parent | cfb20f68513fda3a72f49c43da6fa84190855d25 (diff) | |
download | hugo-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.html | 3 |
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 --> |