mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 06:55:43 -06:00
Carousel doesn't work for local images
This commit is contained in:
parent
87893236dd
commit
214d65f076
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
{{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }}
|
{{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }}
|
||||||
{{ $images = $images | append (resources.GetRemote .) }}
|
{{ $images = $images | append (resources.GetRemote .) }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{ $images = $images | append ($page.GetMatch .) }}
|
{{ $images = $images | append ($page.Match .) }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue