@ -6,13 +6,13 @@
{{ with $page.Resources.GetMatch $url }}
{{ $resource = . }}
{{ else }}
{{ with $page.Resources.Get (relLangURL $url) }}
{{ with $page.Resources.Get $url }}
{{ with resources.GetMatch $url }}
{{ with resources.Get (relLangURL $url) }}
{{ with resources.Get $url }}
{{ with resources.GetRemote $url }}
@ -27,7 +27,7 @@
{{ if not $resource }}
{{ $resource = partial "paige/func-resource.html" (dict
"page" $page
"url" (relLangURL $src)
"url" $src
) }}
{{ end }}