diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2024-01-04 17:03:02 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2024-01-04 17:21:51 -0300 |
commit | bda54f97d8850884a17752951e5971ce2f8d58f1 (patch) | |
tree | 78dd2530b7e8e3ed255dcc679e366104df3783c1 /layouts/_default | |
parent | b8de167466065ef983e689ed0b97ee14a1646ac1 (diff) | |
download | hugo-bearcub-bda54f97d8850884a17752951e5971ce2f8d58f1.tar.gz hugo-bearcub-bda54f97d8850884a17752951e5971ce2f8d58f1.tar.bz2 |
Update social card logic
Diffstat (limited to 'layouts/_default')
-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 89b58d5..fb30bdf 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" }} ↪ |