{{- $share := (.Scratch.Get "params").share | default dict -}}
{{- if $share.enable -}}
{{- /* 001: Twitter */ -}}
{{- if $share.Twitter -}}
{{- end -}}
{{- /* 002: Facebook */ -}}
{{- if $share.Facebook -}}
{{- end -}}
{{- /* 003: Linkedin */ -}}
{{- if $share.Linkedin -}}
{{- end -}}
{{- /* 004: WhatsApp */ -}}
{{- if $share.Whatsapp -}}
{{- end -}}
{{- /* 005: Viber */ -}}
{{- if $share.Viber -}}
{{- end -}}
{{- /* 006: Pinterest */ -}}
{{- if $share.Pinterest -}}
{{- end -}}
{{- /* 007: Tumblr */ -}}
{{- if $share.Tumblr -}}
{{- end -}}
{{- /* 008: Hacker News */ -}}
{{- if $share.Hackernews -}}
{{- end -}}
{{- /* 009: Reddit */ -}}
{{- if $share.Reddit -}}
{{- end -}}
{{- /* 010: VK */ -}}
{{- if $share.VK -}}
{{- end -}}
{{- /* 011: Buffer */ -}}
{{- if $share.Buffer -}}
{{- end -}}
{{- /* 012: Xing */ -}}
{{- if $share.Xing -}}
{{- end -}}
{{- /* 013: Line */ -}}
{{- if $share.Line -}}
{{- end -}}
{{- /* 014: Instapaper */ -}}
{{- if $share.Instapaper -}}
{{- end -}}
{{- /* 015: Pocket */ -}}
{{- if $share.Pocket -}}
{{- end -}}
{{- /* 016: Digg */ -}}
{{- if $share.Digg -}}
{{- end -}}
{{- /* 017: StumbleUpon */ -}}
{{- if $share.Stumbleupon -}}
{{- end -}}
{{- /* 018: Flipboard */ -}}
{{- if $share.Flipboard -}}
{{- end -}}
{{- /* 019: 微博 */ -}}
{{- if $share.Weibo -}}
{{- end -}}
{{- /* 020: 人人 */ -}}
{{- if $share.Renren -}}
{{- end -}}
{{- /* 021: Myspace */ -}}
{{- if $share.Myspace -}}
{{- end -}}
{{- /* 022: Blogger */ -}}
{{- if $share.Blogger -}}
{{- end -}}
{{- /* 023: 百度 */ -}}
{{- if $share.Baidu -}}
{{- end -}}
{{- /* 024: OK.RU */ -}}
{{- if $share.Odnoklassniki -}}
{{- end -}}
{{- /* 025: Evernote */ -}}
{{- if $share.Evernote -}}
{{- end -}}
{{- /* 026: Skype */ -}}
{{- if $share.Skype -}}
{{- end -}}
{{- /* 027: Trello */ -}}
{{- if $share.Trello -}}
{{- end -}}
{{- /* 028: Mix */ -}}
{{- if $share.Mix -}}
{{- dict "Class" "fab fa-mix fa-fw" | partial "plugin/icon.html" -}}
{{- end -}}
{{- /* 029: Telegram */ -}}
{{- if $share.Telegram -}}
{{- end -}}
{{- /* 030: Weixin */ -}}
{{- if $share.Weixin -}}
{{- end -}}
{{- /* 031: Mastodon */ -}}
{{- if $share.Mastodon -}}
{{- end -}}
{{- end -}}