diff --git a/_data/locations.yml b/_data/locations.yml index 5fce401..a669831 100644 --- a/_data/locations.yml +++ b/_data/locations.yml @@ -96,3 +96,7 @@ the-redd: name: The Redd East Parking Lot address: 831 SE Salmon St city: Portland, OR +winter-ice-rink: + name: Portland Winter Ice Rink + address: 499 SW Naito Pkwy + city: Portland, OR diff --git a/_posts/2024-01-18-winter-ice-rink.md b/_posts/2024-01-18-winter-ice-rink.md new file mode 100644 index 0000000..e39b8c8 --- /dev/null +++ b/_posts/2024-01-18-winter-ice-rink.md @@ -0,0 +1,14 @@ +--- +layout: default +time: 7 to 9pm +rentals: true +theme: Goth Grandpa +djs: + - name: GothxGrandpa + link: https://www.instagram.com/gothxgrandpa + - name: PopCartPDX + link: https://www.instagram.com/popcartpdx + +alt: This is a super special ice skating edition of Secret Roller Disco being held at the Portland Winter Ice Rink! There will be $15 ice skate rentals available. +map: +--- diff --git a/images/flyers/flyer-2024-01-18.png b/images/flyers/flyer-2024-01-18.png new file mode 100644 index 0000000..18caf74 Binary files /dev/null and b/images/flyers/flyer-2024-01-18.png differ diff --git a/images/flyers/meta-2024-01-18.png b/images/flyers/meta-2024-01-18.png new file mode 100644 index 0000000..23e53ae Binary files /dev/null and b/images/flyers/meta-2024-01-18.png differ diff --git a/index.html b/index.html index 77b2909..a1ea856 100644 --- a/index.html +++ b/index.html @@ -43,15 +43,17 @@

{{post.alt}}

{% endif %} - {% if post.dj_name %} -

Featuring: - {% if post.dj_link %} - {{post.dj_name}} - {% else %} - {{post.dj_name}} +

Featuring: + {% for dj in post.djs %} + {% if dj.name %} + {% if dj.link %} + {{dj.name}} + {% else %} + {{dj.name}} + {% endif %} {% endif %} -

- {% endif %} + {% endfor %} +

{% if post.theme %}

Theme: {{post.theme}}