File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,28 +4,30 @@ title: "BAKERSFiELD"
44published : true
55image : wasco_ast_2011191_lrg.jpg
66---
7-
7+ < div class = " tupperware " >
88{% for image in site.static_files %}
99
1010 {% if image.path contains 'assets/images/gallery-1' %}
11- <img src =" {{ image.path }} " alt =" " >
11+ <img src =" {{ site.baseurl }}{{ image.path }} " alt =" " >
1212 {% endif %}
1313
1414{% endfor %}
15-
15+ </ div >
1616[ MichaelRose] ( https://mademistakes.com/mastering-jekyll/static-files/ )
1717---
18+
19+
1820# Jekyll - Display All Images In Folder
1921[ davisefor.com] ( https://daviseford.com/blog/2017/05/31/jekyll-loop-over-folder.html )
20-
22+ < div class = " tupperware " >
2123{% for image in site.static_files %}
22- {% if image.path contains 'path/to/image/folder/ ' %}
24+ {% if image.path contains 'assets/images/gallery-1 ' %}
2325 <a href =" {{ site.baseurl }}{{ image.path }} " target =" _blank " >
2426 <img src =" {{ site.baseurl }}{{ image.path }} " alt =" " class =" img-thumbnail " />
2527 </a >
2628 {% endif %}
2729{% endfor %}
28-
30+ </ div >
2931[ ASTRALWERKS CASSETTE SAMPLER SUMMER 1994] ( https://youtu.be/kypmFar9CRE?t=1248 )
3032![ BAKERSFiELD] ( https://eoimages.gsfc.nasa.gov/images/imagerecords/80000/80595/wasco_ast_2011191_lrg.jpg )
3133# Welcome
You can’t perform that action at this time.
0 commit comments