From 20e8cdf42a65be89f0d0003086cdad6e1fd21ab6 Mon Sep 17 00:00:00 2001 From: Philip Wagner Date: Sun, 22 Jun 2025 10:24:49 +0200 Subject: [PATCH] Projects 25/26 --- site/blueprints/sections/projects_25_26.yml | 5 +++++ site/blueprints/site.yml | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 site/blueprints/sections/projects_25_26.yml diff --git a/site/blueprints/sections/projects_25_26.yml b/site/blueprints/sections/projects_25_26.yml new file mode 100644 index 0000000..672a273 --- /dev/null +++ b/site/blueprints/sections/projects_25_26.yml @@ -0,0 +1,5 @@ +type: pages +label: Künstler*innen & Projekte 2025/26 +parent: kirby.page("projects-25-26") +info: "{{ page.start_date.toDate('d.m.') }} — {{ page.end_date.toDate('d.m.y') }}" +template: project diff --git a/site/blueprints/site.yml b/site/blueprints/site.yml index 547ecf5..09544ba 100644 --- a/site/blueprints/site.yml +++ b/site/blueprints/site.yml @@ -4,6 +4,7 @@ columns: - width: 2/3 sections: calendar_entry: sections/calendar + projects_25_26: sections/projects_25_26 projects: sections/projects - width: 1/3 sections: @@ -18,3 +19,4 @@ columns: templates: - default - home + - projects