We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d518c commit a69bf8aCopy full SHA for a69bf8a
content/meet/events/20260925_kirby-konf-2026/event.txt
@@ -0,0 +1,9 @@
1
+title: Kirby Konf 2026
2
+----
3
+start: 10:00:00
4
5
+customdate: 25-26 September 2026
6
7
+country: Germany
8
9
+link: https://konf.getkirby.com
site/snippets/templates/meet/event.php
@@ -1,7 +1,9 @@
<a target="_blank" href="<?= $event->link() ?>" class="event">
<h3><?= $event->icon() ?> <?= $event->shortTitle() ?></h3>
- <?php if ($event->isUpcoming() === true): ?>
+ <?php if ($event->customDate()->isNotEmpty()): ?>
+ <p><?= $event->customDate() ?></p>
+ <?php elseif ($event->isUpcoming() === true): ?>
<localized-datetime
date="<?= $event->datetime()->format('c') ?>"
<?php if ($event->isMeetup()) : ?>
0 commit comments