feat(exampleSite): use image from hugo-mods/examples
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!-- Create different versions of example image to demonstrate lazy-loading: -->
|
||||
{{ $images := slice }}
|
||||
{{ range seq 10 -}}
|
||||
{{ $img := resources.Get "alps.jpg" | images.Filter (images.Hue (add -180 (mul . 36))) }}
|
||||
{{ $img := resources.Get "images/alps.jpg" | images.Filter (images.Hue (add -180 (mul . 36))) }}
|
||||
{{ $images = append $img $images }}
|
||||
{{- end }}
|
||||
{{ return $images }}
|
||||
Reference in New Issue
Block a user