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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruPagge <git@upagge.ru>2021-03-20 00:56:37 +0300
committeruPagge <git@upagge.ru>2021-03-20 00:56:37 +0300
commit710a75e41604febd8e3a1eb01c2d097830f7d492 (patch)
treecc3b64637b4381ac837e39e90c6a714192423f8a /layouts
parent8010af58fe32e58786e1e1fdaf47e129466028d8 (diff)
fix share line mermaid
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/plugin/share.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/layouts/partials/plugin/share.html b/layouts/partials/plugin/share.html
index 5a83a00..ffae577 100644
--- a/layouts/partials/plugin/share.html
+++ b/layouts/partials/plugin/share.html
@@ -110,20 +110,20 @@
{{- /* 013: Line */ -}}
{{- if $share.Line -}}
-<div class="share-link">
+ <div class="share-link">
<a class="share-icon share-line" href="javascript:void(0);" title="{{ T `shareOn` }} Line" data-sharer="line" data-url="{{ .Permalink }}" data-title="{{ .Title }}">
- {{- dict "Simpleicons" "line" "Prefix" (.Scratch.Get "cdn" | default dict).simpleIconsPrefix | partial "plugin/icon.html" -}}
+ {{- dict "Class" "svg-social-icon icon-line" | partial "plugin/icon.html" -}}
</a>
-</div>
+ </div>
{{- end -}}
{{- /* 014: Instapaper */ -}}
{{- if $share.Instapaper -}}
-<div class="share-link">
+ <div class="share-link">
<a class="share-icon share-instapaper" href="javascript:void(0);" title="{{ T `shareOn` }} Instapaper" data-sharer="instapaper" data-url="{{ .Permalink }}" data-title="{{ .Title }}" data-description="{{ .Description }}">
{{- dict "Simpleicons" "instapaper" "Prefix" (.Scratch.Get "cdn" | default dict).simpleIconsPrefix | partial "plugin/icon.html" -}}
</a>
-</div>
+ </div>
{{- end -}}
{{- /* 015: Pocket */ -}}