mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 03:32:38 +00:00
@@ -39,7 +39,7 @@ shortcode.
|
||||
{{- $destination = $u.String }}
|
||||
{{- else }}
|
||||
{{- with site.GetPage $u.Path }}
|
||||
{{- $destination = .RelPermalink }}
|
||||
{{- $destination = .Path }}
|
||||
{{- else }}
|
||||
{{- errorf "The %q shortcode was unable to find the reference link %s: see %s" $.Name . $p.String }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user