mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
Merge pull request #1247 from nunocoracao/1245-carousel-doesnt-work-for-local-images
🐛 Carousel doesn't work for local images
This commit is contained in:
@@ -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 }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user