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.
34 lines
591 B
YAML
34 lines
591 B
YAML
main:
|
|
- pageRef: "/"
|
|
name: "Home"
|
|
url: "/"
|
|
weight: 10
|
|
- pageRef: "/post"
|
|
name: "Blog"
|
|
url: "/post"
|
|
weight: 20
|
|
- pageRef: "/micro"
|
|
name: "Micro"
|
|
url: "/micro"
|
|
weight: 22
|
|
- pageRef: "/photos"
|
|
name: "Photos"
|
|
url: "/photos"
|
|
weight: 25
|
|
- pageRef: "/series"
|
|
name: "Series"
|
|
url: "/series"
|
|
weight: 27
|
|
- pageRef: "/event"
|
|
name: "Event"
|
|
url: "/event"
|
|
weight: 28
|
|
- pageRef: "/now"
|
|
name: "Now"
|
|
url: "/now"
|
|
weight: 29
|
|
- pageRef: "/slashpages"
|
|
name: "SlashPages"
|
|
url: "/slashpages"
|
|
weight: 30
|