diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2024-01-08 14:11:08 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2024-01-08 14:11:08 -0300 |
commit | 5f343dee4f92cb94a9cfcb2c90c8ecd61119c54c (patch) | |
tree | 17797a27c9548149077708e70eea366a031b313c /layouts | |
parent | bd5d81f18c0fdb9be3506af5a984cac64fae81f2 (diff) | |
download | hugo-bearcub-5f343dee4f92cb94a9cfcb2c90c8ecd61119c54c.tar.gz hugo-bearcub-5f343dee4f92cb94a9cfcb2c90c8ecd61119c54c.tar.bz2 |
Fix #10
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index fb30bdf..6f6c699 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -16,7 +16,7 @@ <a class="blog-tags" href="{{ .Permalink }}">#{{ .LinkTitle }}</a> {{ end }} </p> -{{ with .Site.Params.social.email }} +{{ with .Site.Params.author.email }} <p> <a href='mailto:{{ . }}?subject={{ i18n "email-subject" }}"{{ default $.Site.Title $.Page.Title }}"'> {{ i18n "email-reply" }} ↪ |