Design adjustments, new content and more

This commit is contained in:
Bastian Allgeier
2020-12-10 16:10:45 +01:00
parent c378376bc9
commit 4d7b192c94
103 changed files with 1695 additions and 1003 deletions

View File

@@ -5,7 +5,7 @@
type: pages
headline: Photography
parent: kirby.page("photography")
size: tiny
size: small
info: "{{ page.images.count }} image(s)"
layout: cards
template: album

View File

@@ -5,7 +5,11 @@
type: pages
headline: Notes
parent: kirby.page("notes")
info: "{{ page.date.toDate('d.m.Y') }}"
info: "{{ page.published }}"
template: note
empty: No notes yet
sortBy: date desc
image:
query: page.cover
cover: true
ratio: 3/2