Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.48 KB

index2.md

File metadata and controls

61 lines (41 loc) · 1.48 KB
layout ref title lang
page
index
JUNGE KUNST OLTEN 2022
de

{%- 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.md -%}

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

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

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

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

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

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

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

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

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

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

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

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

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

{%- include index/flyer.md -%}

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

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

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

{%- endcase -%}

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