Merge pull request #142 from jochavez/master

Updating gallery param to fix Internal templates
This commit is contained in:
Guru Sabarish
2023-12-24 16:12:36 +05:30
committed by GitHub
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ date: 2022-06-25T18:35:46+05:30
draft: false
description: "My gallery :earth_asia:"
layout: "gallery"
images:
galleryImages:
- src: https://iso.500px.com/wp-content/uploads/2016/03/stock-photo-142984111-1500x1000.jpg
- src: https://img.etimg.com/thumb/msid-68721417,width-650,imgsize-1016106,,resizemode-4,quality-100/nature1_gettyimages.jpg
- src: https://thumbs.dreamstime.com/b/team-ants-council-collective-decision-work-17037482.jpg
+1 -1
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 }}">