| | |
| | | {{- $context := . -}} |
| | | {{- $enabled := $context.Params.disable_share | default "true" -}} |
| | | {{- $disabled := $context.Params.disable_share | default "false" -}} |
| | | {{- $config := site.Params.ananke.social -}} |
| | | {{- with $config.share.disable_share -}} |
| | | {{- $disabled := . -}} |
| | | {{- end -}} |
| | | |
| | | {{- if eq "true" $enabled -}} |
| | | {{- if eq "false" $disabled -}} |
| | | |
| | | {{- $title := $context.Title -}} |
| | | {{- $url := printf "%s" $context.Permalink | absLangURL -}} |
| | |
| | | {{- end -}} |
| | | </div> |
| | | |
| | | {{- end -}} {{/* if eq "true" $enabled */}} |
| | | {{- end -}} {{/* if eq "true" $disabled */}} |
| | | |
| | | {{ define "partials/func/getShareLink.html" }} |
| | | {{- $context := .context -}} |