|
|
@ -6,13 +6,13 @@
|
|
|
|
{{ with $page.Resources.GetMatch $url }}
|
|
|
|
{{ with $page.Resources.GetMatch $url }}
|
|
|
|
{{ $resource = . }}
|
|
|
|
{{ $resource = . }}
|
|
|
|
{{ else }}
|
|
|
|
{{ else }}
|
|
|
|
{{ with $page.Resources.Get (relLangURL $url) }}
|
|
|
|
{{ with $page.Resources.Get $url }}
|
|
|
|
{{ $resource = . }}
|
|
|
|
{{ $resource = . }}
|
|
|
|
{{ else }}
|
|
|
|
{{ else }}
|
|
|
|
{{ with resources.GetMatch $url }}
|
|
|
|
{{ with resources.GetMatch $url }}
|
|
|
|
{{ $resource = . }}
|
|
|
|
{{ $resource = . }}
|
|
|
|
{{ else }}
|
|
|
|
{{ else }}
|
|
|
|
{{ with resources.Get (relLangURL $url) }}
|
|
|
|
{{ with resources.Get $url }}
|
|
|
|
{{ $resource = . }}
|
|
|
|
{{ $resource = . }}
|
|
|
|
{{ else }}
|
|
|
|
{{ else }}
|
|
|
|
{{ with resources.GetRemote $url }}
|
|
|
|
{{ with resources.GetRemote $url }}
|
|
|
|