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
|
summaryLength: 15
|
||||||
params:
|
params:
|
||||||
author:
|
author:
|
||||||
email: mail@bcarlin.net
|
email: blog@mail.bcarlin.net
|
||||||
name: Bruno Carlin
|
name: Bruno Carlin
|
||||||
|
|
||||||
languages:
|
languages:
|
||||||
|
|
|
@ -36,5 +36,9 @@
|
||||||
<section class="e-content">
|
<section class="e-content">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
Any comment? Remark? Suggestion? <a href="mailto:{{ .Site.Params.email }}?subject=Re: {{ .Title }}">Send me an email</a>!
|
||||||
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue