Skip to content

Commit 10c7953

Browse files
authored
Update 2024-11-03-bakersfield-rose-growth.md
1 parent f427a15 commit 10c7953

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ I need to highlight these ==very important words==.
1717
```
1818
[https://admin.shopify.com/store/holetoanotheruniverse](https://admin.shopify.com/store/holetoanotheruniverse)
1919

20+
<div>
21+
{% for image in site.static_files %}
22+
23+
{% if image.path contains 'assets/images/gallery-1' %}
24+
<img src="{{ site.baseurl }}{{ image.path }}" alt="">
25+
{% endif %}
26+
27+
{% endfor %}
28+
</div>
29+
30+
{% raw %}
2031
<div class="tupperware">
2132
{% for image in site.static_files %}
2233

@@ -26,6 +37,8 @@ I need to highlight these ==very important words==.
2637

2738
{% endfor %}
2839
</div>
40+
{% endraw %}
41+
2942
[MichaelRose](https://mademistakes.com/mastering-jekyll/static-files/)
3043
---
3144

@@ -41,6 +54,20 @@ I need to highlight these ==very important words==.
4154
{% endif %}
4255
{% endfor %}
4356
</div>
57+
58+
59+
60+
<div class="tupperware">
61+
{% raw %}
62+
{% for image in site.static_files %}
63+
{% if image.path contains 'assets/images/gallery-1' %}
64+
<a href="{{ site.baseurl }}{{ image.path }}" target="_blank">
65+
<img src="{{ site.baseurl }}{{ image.path }}" alt="" class="img-thumbnail" />
66+
</a>
67+
{% endif %}
68+
{% endfor %}
69+
{% endraw %}
70+
</div>
4471
[ASTRALWERKS CASSETTE SAMPLER SUMMER 1994](https://youtu.be/kypmFar9CRE?t=1248)
4572
![BAKERSFiELD](https://eoimages.gsfc.nasa.gov/images/imagerecords/80000/80595/wasco_ast_2011191_lrg.jpg)
4673
# Welcome

0 commit comments

Comments
 (0)