diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2024-01-08 14:53:41 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2024-01-08 14:53:41 -0300 |
commit | f1a6317651287156ce0c5e31cf1dcf4de76e46f2 (patch) | |
tree | f09096370adc60406e846124a35e8970569e6bad | |
parent | 7f9bae2d9d6436e3f90b2d9d8d21de896b34716b (diff) | |
parent | 5f343dee4f92cb94a9cfcb2c90c8ecd61119c54c (diff) | |
download | hugo-bearcub-f1a6317651287156ce0c5e31cf1dcf4de76e46f2.tar.gz hugo-bearcub-f1a6317651287156ce0c5e31cf1dcf4de76e46f2.tar.bz2 |
Merge branch 'main' into style/herman
-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 133ae69..b176628 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" }} ↪ |