Skip to content

Commit

Permalink
new flyer for 2024-01-18 and functionality for multiple DJs
Browse files Browse the repository at this point in the history
  • Loading branch information
eliduke committed Jan 17, 2024
1 parent 1bd7549 commit 4fe47a5
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 8 deletions.
4 changes: 4 additions & 0 deletions _data/locations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 14 additions & 0 deletions _posts/2024-01-18-winter-ice-rink.md
Original file line number Diff line number Diff line change
@@ -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:
---
Binary file added images/flyers/flyer-2024-01-18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/flyers/meta-2024-01-18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 10 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,17 @@ <h3>
<p class='alt'>{{post.alt}}</p>
{% endif %}

{% if post.dj_name %}
<p><strong>Featuring</strong>:
{% if post.dj_link %}
<a href="{{post.dj_link}}" target="_blank">{{post.dj_name}}</a>
{% else %}
{{post.dj_name}}
<p><strong>Featuring</strong>:
{% for dj in post.djs %}
{% if dj.name %}
{% if dj.link %}
<a href="{{dj.link}}" target="_blank">{{dj.name}}</a>
{% else %}
{{dj.name}}
{% endif %}
{% endif %}
</p>
{% endif %}
{% endfor %}
</p>

{% if post.theme %}
<p><strong>Theme</strong>: {{post.theme}}</p>
Expand Down

0 comments on commit 4fe47a5

Please sign in to comment.