mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Ramiro Morales
26.05.2024 58e742ef62f789842e1616328e60127da632de8a
layouts/partials/func/social/getShareLink.html
@@ -10,7 +10,7 @@
{{- $link := fmt.Printf "%s%s" $setup.link "?" -}}
{{- range $key, $value := $setup.particles -}}
  {{- if compare.Eq $key "params" -}}
    {{- $link = fmt.Printf "%s%s%s" $permalink $separator $value -}}
    {{- $link = fmt.Printf "%s%s%s" $link $separator $value -}}
  {{- else -}}
    {{- if compare.Eq $value "description" -}}
      {{- $link = fmt.Printf "%s%s%s" $link $separator (collections.Querify $key $description) -}}