feat(theme): add a prompt to react by email
This commit is contained in:
parent
c321629dd2
commit
cfb55c355f
2 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue