Adds event page and tag partial

Adds a new event page layout with date and location display.

Introduces a tag partial for displaying tags, categories, themes, and groups.

Adds "Event" entry in the main menu.

Shifts weight of "Now" menu entry and updates postCard icon.
This commit is contained in:
fundor333
2025-09-14 22:02:32 +02:00
committed by Fundor333
parent 395e9ef442
commit f5ecb48a71
4 changed files with 69 additions and 5 deletions

View File

@@ -19,10 +19,14 @@ main:
name: "Series"
url: "/series"
weight: 27
- pageRef: "/event"
name: "Event"
url: "/event"
weight: 28
- pageRef: "/now"
name: "Now"
url: "/now"
weight: 28
weight: 29
- pageRef: "/slashpages"
name: "SlashPages"
url: "/slashpages"