Replace site.find() with kirby.page()

This commit is contained in:
Sonja Broda
2019-07-01 20:36:15 +02:00
committed by Bastian Allgeier
parent dfb74b1f52
commit 487b0f4ed3
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
type: pages
headline: Notes
parent: site.find("notes")
parent: kirby.page("notes")
info: "{{ page.date.toDate('d.m.Y') }}"
template: note
empty: No notes yet