Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20cb5b commit 656fc04Copy full SHA for 656fc04
1 file changed
tpl/tplimpl/embedded/templates/_partials/_funcs/get-page-images.html
@@ -24,7 +24,7 @@
24
{{- $url := urls.Parse $img }}
25
{{- if eq $url.Scheme "" }}
26
{{/* Internal image: check page resources first, then global resources. */}}
27
- {{- with or ($resources.GetMatch $img) (resources.Get $img) -}}
+ {{- with or ($resources.GetMatch $img) (resources.GetMatch $img) -}}
28
{{- $imgs = $imgs | append (dict
29
"Image" .
30
"RelPermalink" .RelPermalink
0 commit comments