From bda54f97d8850884a17752951e5971ce2f8d58f1 Mon Sep 17 00:00:00 2001 From: Caio Lente <7017340+clente@users.noreply.github.com> Date: Thu, 4 Jan 2024 17:03:02 -0300 Subject: Update social card logic --- layouts/_default/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/_default') 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 @@ #{{ .LinkTitle }}   {{ end }}

-{{ with .Site.Social.email }} +{{ with .Site.Params.social.email }}

{{ i18n "email-reply" }} ↪ -- cgit v1.2.3