Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.52 KB

index.en.md

File metadata and controls

61 lines (41 loc) · 1.52 KB
layout ref title lang
page
index
JKON 2022
en

{%- assign artists = site.artists | where: "artist.year", site.data.phase.dates.jkon.year | map: "artist" -%}

{%- case site.data.phase.phase -%} {%- when "new_date_announced" -%} {%- include index/date-announcement.en.md -%}

{%- when "schedule_announced" -%} {%- include index/date-announcement.en.md -%}

{%- include index/opening-hours.en.md -%}

{%- when "call_for_artists_running" -%} {%- include index/date-announcement.en.md -%}

{%- include index/call-for-artists.en.md -%}

{%- include index/opening-hours.en.md -%}

{%- when "call_for_artists_closed" -%} {%- include index/date-announcement.en.md -%}

{%- include index/opening-hours.en.md -%}

{%- when "list_of_artists_announced" -%} {%- include index/date-announcement.en.md -%}

{%- include index/artist-names.html artists=artists -%}

{%- include index/opening-hours.en.md -%}

{%- when "artist_portraits_online" -%} {%- include index/date-announcement.en.md -%}

<p>
  {%- include index/artist-links.html artists=artists -%}
</p>

{%- include index/opening-hours.en.md -%}
    
{%- include index/flyer.en.md -%}

{%- when "winners_announced" -%} {%- include index/date-announcement.en.md -%}

<p>
  {%- include index/artist-links.html artists=artists -%}
</p>

{%- include index/winners.en.html -%}

{%- endcase -%}

{%- if site.data.phase.call_for_help -%} {%- include index/call-for-help.md -%} {%- endif -%}