redesign 2023
This commit is contained in:
6
themes/FixIt/layouts/_default/_markup/render-link.html
Normal file
6
themes/FixIt/layouts/_default/_markup/render-link.html
Normal file
@ -0,0 +1,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 "ExternalIcon" .Page.Site.Params.externalIcon -}}
|
||||
{{- partial "plugin/link.html" $options -}}
|
Reference in New Issue
Block a user