mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 03:16:30 +01:00
6 lines
318 B
HTML
6 lines
318 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/link.html" $options -}}
|