m2.nz/themes/LoveIt/layouts/_default/_markup/render-link.html
2024-04-07 14:32:03 +12:00

7 lines
315 B
HTML

{{- $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 -}}