Move 'reply by email' button to the bottom of every post

This commit is contained in:
Caio Lente 2023-10-17 01:10:22 -03:00
parent cfb20f6851
commit 77893ccf46
No known key found for this signature in database
GPG key ID: E66D381776EFC03A
6 changed files with 18 additions and 5 deletions

View file

@ -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 -->