Files
FixIt/layouts/_markup/render-link.html
T
2025-06-19 11:51:52 +08:00

7 lines
334 B
HTML

{{- $destination := .Destination -}}
{{- with dict "Path" $destination | partial "function/resource.html" -}}
{{- $destination = .RelPermalink -}}
{{- end -}}
{{- $options := dict "Destination" $destination "Title" .Title "Content" .Text "ExternalIcon" .Page.Site.Params.externalIcon -}}
{{- partial "plugin/link.html" $options -}}