{{- $pageurl := .Permalink }} {{- $title := .Title }} {{- $.Scratch.Set "tags" ""}} {{- with .Params.Tags }} <<<<<<< HEAD {{ $hashtags := newScratch}} {{ range . }}{{ $hashtags.Add "tags" (slice (replaceRE "(\\s)" "" . ))}}{{end}} {{ $.Scratch.Set "tags" (delimit ($hashtags.Get "tags") ",") }} {{- end }} {{- if .Site.Params.ShareButtons }} ======= {{- $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 }} >>>>>>> d3d90be8a4ea04433d95d02a1dc07b0014c5b8b8
{{- if (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)) }} <<<<<<< HEAD
{{- end -}} ======= {{- end }} >>>>>>> d3d90be8a4ea04433d95d02a1dc07b0014c5b8b8