summaryrefslogtreecommitdiff
path: root/themes/CodeIT/layouts/_default/_markup/render-link.html
blob: 0c053962dc51f1522f799d94aa84ca1c89ced5a5 (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/link.html" $options -}}