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

@ -17,4 +17,11 @@
<a class="blog-tags" href="{{ .Permalink }}">#{{ .LinkTitle }}</a>&nbsp;&nbsp;
{{ end }}
</p>
{{ with .Site.Social.email }}
<p>
<a href='mailto:{{ . }}?subject={{ i18n "email-subject" }}"{{ default $.Site.Title $.Page.Title }}"'>
{{ i18n "email-reply" }} ↪
</a>
</p>
{{ end }}
{{ end }}