From 582a8a33aff644a6b07534aaf677973abc6f154c Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Fri, 21 Oct 2022 21:01:11 +0200 Subject: use different theme that is a lot slimer --- themes/LoveIt/layouts/partials/plugin/share.html | 171 ----------------------- 1 file changed, 171 deletions(-) delete mode 100644 themes/LoveIt/layouts/partials/plugin/share.html (limited to 'themes/LoveIt/layouts/partials/plugin/share.html') diff --git a/themes/LoveIt/layouts/partials/plugin/share.html b/themes/LoveIt/layouts/partials/plugin/share.html deleted file mode 100644 index fd29589..0000000 --- a/themes/LoveIt/layouts/partials/plugin/share.html +++ /dev/null @@ -1,171 +0,0 @@ -{{- $share := (.Scratch.Get "params").share | default dict -}} - -{{- if $share.enable -}} - {{- /* 001: Twitter */ -}} - {{- if $share.Twitter -}} - - {{- dict "Class" "fab fa-twitter fa-fw" | partial "plugin/icon.html" -}} - - {{- end -}} - - {{- /* 002: Facebook */ -}} - {{- if $share.Facebook -}} - - {{- dict "Class" "fab fa-facebook-square fa-fw" | partial "plugin/icon.html" -}} - - {{- end -}} - - {{- /* 003: Linkedin */ -}} - {{- if $share.Linkedin -}} - - {{- dict "Class" "fab fa-linkedin fa-fw" | partial "plugin/icon.html" -}} - - {{- end -}} - - {{- /* 004: WhatsApp */ -}} - {{- if $share.Whatsapp -}} - - {{- dict "Class" "fab fa-whatsapp fa-fw" | partial "plugin/icon.html" -}} - - {{- end -}} - - {{- /* 005: Viber */ -}} - {{- if $share.Viber -}} - - {{- dict "Class" "fab fa-viber fa-fw" | partial "plugin/icon.html" -}} - - {{- end -}} - - {{- /* 006: Pinterest */ -}} - {{- if $share.Pinterest -}} - - {{- dict "Class" "fab fa-pinterest fa-fw" | partial "plugin/icon.html" -}} - - {{- end -}} - - {{- /* 007: Tumblr */ -}} - {{- if $share.Tumblr -}} - - {{- dict "Class" "fab fa-tumblr fa-fw" | partial "plugin/icon.html" -}} - - {{- end -}} - - {{- /* 008: Hacker News */ -}} - {{- if $share.Hackernews -}} - - {{- dict "Class" "fab fa-hacker-news fa-fw" | partial "plugin/icon.html" -}} - - {{- end -}} - - {{- /* 009: Reddit */ -}} - {{- if $share.Reddit -}} - - {{- dict "Class" "fab fa-reddit fa-fw" | partial "plugin/icon.html" -}} - - {{- end -}} - - {{- /* 010: VK */ -}} - {{- if $share.VK -}} - - {{- dict "Class" "fab fa-vk fa-fw" | partial "plugin/icon.html" -}} - - {{- end -}} - - {{- /* 011: Buffer */ -}} - {{- if $share.Buffer -}} - - {{- dict "Class" "fab fa-buffer fa-fw" | partial "plugin/icon.html" -}} - - {{- end -}} - - {{- /* 012: Xing */ -}} - {{- if $share.Xing -}} - - {{- dict "Class" "fab fa-xing fa-fw" | partial "plugin/icon.html" -}} - - {{- end -}} - - {{- /* 013: Line */ -}} - {{- if $share.Line -}} - - {{- dict "Simpleicons" "line" "Prefix" (.Scratch.Get "cdn" | default dict).simpleIconsPrefix | partial "plugin/icon.html" -}} - - {{- end -}} - - {{- /* 014: Instapaper */ -}} - {{- if $share.Instapaper -}} - - {{- dict "Simpleicons" "instapaper" "Prefix" (.Scratch.Get "cdn" | default dict).simpleIconsPrefix | partial "plugin/icon.html" -}} - - {{- end -}} - - {{- /* 015: Pocket */ -}} - {{- if $share.Pocket -}} - - {{- dict "Class" "fab fa-get-pocket fa-fw" | partial "plugin/icon.html" -}} - - {{- end -}} - - {{- /* 016: Flipboard */ -}} - {{- if $share.Flipboard -}} - - {{- dict "Class" "fab fa-flipboard fa-fw" | partial "plugin/icon.html" -}} - - {{- end -}} - - {{- /* 017: 微博 */ -}} - {{- if $share.Weibo -}} - - {{- dict "Class" "fab fa-weibo fa-fw" | partial "plugin/icon.html" -}} - - {{- end -}} - - {{- /* 018: Blogger */ -}} - {{- if $share.Blogger -}} - - {{- dict "Class" "fab fa-blogger fa-fw" | partial "plugin/icon.html" -}} - - {{- end -}} - - {{- /* 019: 百度 */ -}} - {{- if $share.Baidu -}} - - {{- dict "Simpleicons" "baidu" "Prefix" (.Scratch.Get "cdn" | default dict).simpleIconsPrefix | partial "plugin/icon.html" -}} - - {{- end -}} - - {{- /* 020: OK.RU */ -}} - {{- if $share.Odnoklassniki -}} - - {{- dict "Class" "fab fa-odnoklassniki fa-fw" | partial "plugin/icon.html" -}} - - {{- end -}} - - {{- /* 021: Evernote */ -}} - {{- if $share.Evernote -}} - - {{- dict "Class" "fab fa-evernote fa-fw" | partial "plugin/icon.html" -}} - - {{- end -}} - - {{- /* 022: Skype */ -}} - {{- if $share.Skype -}} - - {{- dict "Class" "fab fa-skype fa-fw" | partial "plugin/icon.html" -}} - - {{- end -}} - - {{- /* 023: Trello */ -}} - {{- if $share.Trello -}} - - {{- dict "Class" "fab fa-trello fa-fw" | partial "plugin/icon.html" -}} - - {{- end -}} - - {{- /* 024: Mix */ -}} - {{- if $share.Mix -}} - - {{- dict "Class" "fab fa-mix fa-fw" | partial "plugin/icon.html" -}} - - {{- end -}} -{{- end -}} -- cgit v1.2.3