Move 'reply by email' button to the bottom of every post
This commit is contained in:
parent
cfb20f6851
commit
77893ccf46
6 changed files with 18 additions and 5 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue