website/themes/LoveIt/layouts/_default/_markup/render-link.html

7 lines
318 B
HTML
Raw Normal View History

2022-12-01 17:30:08 +01:00
{{- $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/link.html" $options -}}