Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dillonzq/LoveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-05-15 15:24:50 +0300
committerDillon <dillonzq@outlook.com>2020-05-15 15:24:50 +0300
commitb30fc82520a488f2d644c37ffbba9a7e63f20e98 (patch)
tree9b97b83f0f1ff50065d81ee9fefd317c687f45a7
parent8372db749b6b5d290437ae1ed2e483e764b64403 (diff)
parent212e26c553c45d96519ba2752aa3660559a74111 (diff)
Merge branch 'develop'v0.2.8
-rw-r--r--layouts/partials/plugin/share.html2
1 files changed, 1 insertions, 1 deletions
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 -}}
<a href="javascript:void(0);" title="{{ T `shareOn` }} Line" data-sharer="line" data-url="{{ .Permalink }}" data-title="{{ .Title }}">
- {{- 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" -}}
</a>
{{- end -}}