feat(theme): add a prompt to react by email

This commit is contained in:
Bruno Carlin 2025-07-06 14:22:12 +02:00
parent c321629dd2
commit cfb55c355f
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D
2 changed files with 5 additions and 1 deletions

View file

@ -7,7 +7,7 @@ copyright: '© 2025 Bruno Carlin'
summaryLength: 15
params:
author:
email: mail@bcarlin.net
email: blog@mail.bcarlin.net
name: Bruno Carlin
languages:

View file

@ -36,5 +36,9 @@
<section class="e-content">
{{ .Content }}
</section>
<footer>
Any comment? Remark? Suggestion? <a href="mailto:{{ .Site.Params.email }}?subject=Re: {{ .Title }}">Send me an email</a>!
</footer>
</article>
{{ end }}