Skip to content

Commit 43a6d84

Browse files
authored
Update 2024-11-03-bakersfield-rose-growth.md
1 parent 899a7da commit 43a6d84

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

_posts/2024-11-03-bakersfield-rose-growth.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,30 @@ title: "BAKERSFiELD"
44
published: true
55
image: 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

0 commit comments

Comments
 (0)