summaryrefslogtreecommitdiff
path: root/themes/LoveIt/layouts/_default/_markup/render-link.html
blob: f10d44160d9817339999c84dff08918dfe546524 (plain)
1
2
3
4
5
6
{{- $destination := .Destination -}}
{{- with dict "Path" $destination "Resources" .Page.Resources | partial "function/resource.html" -}}
    {{- $destination = .RelPermalink -}}
{{- end -}}
{{- $options := dict "Destination" $destination "Title" .Title "Content" .Text -}}
{{- partial "plugin/a.html" $options -}}