summaryrefslogtreecommitdiff
path: root/themes/CodeIT/layouts/partials/plugin/social.html
blob: e6d2005445c4eb28760d6ab99230e10067866bc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
{{- $destination := "" -}}
{{- with .Url -}}
    {{- $destination = . | relLangURL -}}
{{- else -}}
    {{- $template := .Template | default "%v" -}}
    {{- with .Prefix -}}
        {{- $template = . | strings.TrimSuffix "/" | printf "%v/%%v" -}}
    {{- end -}}
    {{- $destination = printf (string $template) .Id -}}
{{- end -}}
{{- dict "Destination" $destination "Rel" "me" | merge . | partial "plugin/link.html" -}}