Merge pull request #142 from jochavez/master
Updating gallery param to fix Internal templates
This commit is contained in:
@@ -4,7 +4,7 @@ date: 2022-06-25T18:35:46+05:30
|
|||||||
draft: false
|
draft: false
|
||||||
description: "My gallery :earth_asia:"
|
description: "My gallery :earth_asia:"
|
||||||
layout: "gallery"
|
layout: "gallery"
|
||||||
images:
|
galleryImages:
|
||||||
- src: https://iso.500px.com/wp-content/uploads/2016/03/stock-photo-142984111-1500x1000.jpg
|
- 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://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
|
- src: https://thumbs.dreamstime.com/b/team-ants-council-collective-decision-work-17037482.jpg
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="card-group p-4">
|
<div class="card-group p-4">
|
||||||
<div class="row justify-content-center">
|
<div class="row justify-content-center">
|
||||||
{{ range .Params.images }}
|
{{ range .Params.galleryImages }}
|
||||||
<div class="col-md-4 p-0 m-0">
|
<div class="col-md-4 p-0 m-0">
|
||||||
<div class="card p-0 m-0 border-0">
|
<div class="card p-0 m-0 border-0">
|
||||||
<img class="w-100" height="280px" src="{{ .src }}">
|
<img class="w-100" height="280px" src="{{ .src }}">
|
||||||
|
|||||||
Reference in New Issue
Block a user