From 212e26c553c45d96519ba2752aa3660559a74111 Mon Sep 17 00:00:00 2001 From: Dillon Date: Fri, 15 May 2020 20:24:23 +0800 Subject: [PATCH] chore(icon): update line icon --- layouts/partials/plugin/share.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/plugin/share.html b/layouts/partials/plugin/share.html index 2d848867..31413f29 100644 --- a/layouts/partials/plugin/share.html +++ b/layouts/partials/plugin/share.html @@ -88,7 +88,7 @@ {{- /* 013: Line */ -}} {{- if $share.Line -}} - {{- dict "class" "fab fa-line fa-fw" | partial "plugin/icon.html" -}} + {{- dict "simpleicons" "line" "prefix" (.Scratch.Get "cdn" | default dict).simpleIconsPrefix | partial "plugin/icon.html" -}} {{- end -}}