update gallery layout to use new name

updating the gallery layout to use the new param name passed from the gallery content file.
This commit is contained in:
Jordan Castillo Chavez
2023-12-18 17:40:01 -05:00
committed by GitHub
parent c99e86bef7
commit 0c564693b3
+2 -2
View File
@@ -16,7 +16,7 @@
</div>
<div class="card-group p-4">
<div class="row justify-content-center">
{{ range .Params.images }}
{{ range .Params.galleryImages }}
<div class="col-md-4 p-0 m-0">
<div class="card p-0 m-0 border-0">
<img class="w-100" height="280px" src="{{ .src }}">
@@ -26,4 +26,4 @@
</div>
</div>
</div>
{{ end }}
{{ end }}