{{- $pageurl := .Permalink }} {{- $title := .Title }} {{- $.Scratch.Set "tags" ""}} {{- with .Params.Tags }} {{- $hashtags := newScratch}} {{- range . }}{{ $hashtags.Add "tags" (slice (replaceRE "(\\s)" "" . ))}}{{end}} {{- $.Scratch.Set "tags" (delimit ($hashtags.Get "tags") ",") }} {{- end -}} {{- $custom := false }} {{- $ShareButtons := (.Param "ShareButtons")}} {{- with $ShareButtons }}{{ $custom = true }}{{ end }}
{{- if (or (cond ($custom) (in $ShareButtons "x") (true)) (cond ($custom) (in $ShareButtons "twitter") (true))) }} {{- end }} {{- if (cond ($custom) (in $ShareButtons "linkedin") (true)) }} {{- end }} {{- if (cond ($custom) (in $ShareButtons "reddit") (true)) }} {{- end }} {{- if (cond ($custom) (in $ShareButtons "facebook") (true)) }} {{- end }} {{- if (cond ($custom) (in $ShareButtons "whatsapp") (true)) }} {{- end }} {{- if (cond ($custom) (in $ShareButtons "telegram") (true)) }} {{- end }} {{- if (cond ($custom) (in $ShareButtons "ycombinator") (true)) }} {{- end }}