diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2024-01-04 19:37:50 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2024-01-04 19:37:50 -0300 |
commit | f0643ea03875393d30f44fba235de145eb71bbdb (patch) | |
tree | 0b1cc22eac9fc688a7a4e5861c5a1998a3d5cede /layouts/_default/single.html | |
parent | 488fcc401fa605a5d79fbf98754556de2cf09d18 (diff) | |
parent | bd5d81f18c0fdb9be3506af5a984cac64fae81f2 (diff) | |
download | hugo-bearcub-f0643ea03875393d30f44fba235de145eb71bbdb.tar.gz hugo-bearcub-f0643ea03875393d30f44fba235de145eb71bbdb.tar.bz2 |
Merge branch 'main' into style/herman
Diffstat (limited to 'layouts/_default/single.html')
-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 1dbc8da..133ae69 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.Social.email }} +{{ with .Site.Params.social.email }} <p> <a href='mailto:{{ . }}?subject={{ i18n "email-subject" }}"{{ default $.Site.Title $.Page.Title }}"'> {{ i18n "email-reply" }} ↪ |