aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default
diff options
context:
space:
mode:
authorCaio Lente <7017340+clente@users.noreply.github.com>2024-01-04 17:03:02 -0300
committerCaio Lente <7017340+clente@users.noreply.github.com>2024-01-04 17:21:51 -0300
commitbda54f97d8850884a17752951e5971ce2f8d58f1 (patch)
tree78dd2530b7e8e3ed255dcc679e366104df3783c1 /layouts/_default
parentb8de167466065ef983e689ed0b97ee14a1646ac1 (diff)
downloadhugo-bearcub-bda54f97d8850884a17752951e5971ce2f8d58f1.tar.gz
hugo-bearcub-bda54f97d8850884a17752951e5971ce2f8d58f1.tar.bz2
Update social card logic
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/single.html2
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>&nbsp;&nbsp;
{{ 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" }} ↪