From 85b45d1b5135f929e5065b7e317c631065cfacda Mon Sep 17 00:00:00 2001 From: "I'M YourOnly.One" <1079205+techmagus@users.noreply.github.com> Date: Sat, 25 Sep 2021 07:53:06 +0800 Subject: [PATCH] fix: i18n keys * Social services i18n keys had "line" as a key, fixed accordingly. --- layouts/partials/body/share.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/layouts/partials/body/share.html b/layouts/partials/body/share.html index a3645e2..9d96422 100644 --- a/layouts/partials/body/share.html +++ b/layouts/partials/body/share.html @@ -40,27 +40,27 @@ {{ partial "svgs/share/line.svg" (dict "width" 35 "height" 35) }} {{ else if eq (lower .name) "telegram" }} - + {{ partial "svgs/social/telegram.svg" (dict "width" 35 "height" 35) }} {{ else if eq (lower .name) "whatsapp" }} - + {{ partial "svgs/social/whatsapp.svg" (dict "width" 35 "height" 35) }} {{ else if eq (lower .name) "pocket" }} - + {{ partial "svgs/share/pocket.svg" (dict "width" 35 "height" 35) }} {{ else if eq (lower .name) "feedly" }} - + {{ partial "svgs/share/feedly.svg" (dict "width" 35 "height" 35) }} {{ else if eq (lower .name) "hatena" }} - + {{ partial "svgs/share/hatena.svg" (dict "width" 35 "height" 35) }} {{ else if eq (lower .name) "pinterest" }} - + {{ partial "svgs/share/pinterest.svg" (dict "width" 35 "height" 35) }} {{ end }}