mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
7 lines
301 B
HTML
7 lines
301 B
HTML
{{- $destination := .Destination -}}
|
|
{{- with dict "Path" $destination | partial "function/resource.html" -}}
|
|
{{- $destination = .RelPermalink -}}
|
|
{{- end -}}
|
|
{{- $options := dict "Destination" $destination "Title" .Title "Content" .Text "Page" .Page -}}
|
|
{{- partial "plugin/link.html" $options -}}
|