Comments: use variable for email address
This commit is contained in:
parent
8ae51c55f7
commit
86ad0801cd
1 changed files with 2 additions and 2 deletions
|
@ -21,10 +21,10 @@
|
|||
</p>
|
||||
{{ .Content }}
|
||||
|
||||
{{ if .Site.Params.comment.comments }}
|
||||
{{ if isset .Site.Params.comment "mail" }}
|
||||
<div class="comment">
|
||||
<p>I would like to hear what you think about this post. Feel free to write me a mail!</p>
|
||||
<a class="btn" href="mailto:comment@mmk2410.org?subject=Reply to: "{{ .Page.Title }}"">Reply by mail</a>
|
||||
<a class="btn" href="mailto:{{ .Site.Params.comment.mail }}?subject=Reply to: "{{ .Page.Title }}"">Reply by mail</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue