Skip to content

Commit

Permalink
Testing making arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewens committed Sep 18, 2023
1 parent af526fe commit f02c3fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Andrew's html sandbox

Currently testing making galleries that have text.

{% assign beatles = "John, Paul, George, Ringo" | split: ", " %}

<ul class="gallery">
{% for member in beatles %}
<p>{{ member }}</p>
{% endfor %}
</ul>

0 comments on commit f02c3fe

Please sign in to comment.