Replace site.find() with kirby.page()
This commit is contained in:
committed by
Bastian Allgeier
parent
dfb74b1f52
commit
487b0f4ed3
@@ -1,6 +1,6 @@
|
||||
type: pages
|
||||
headline: Photography
|
||||
parent: site.find("photography")
|
||||
parent: kirby.page("photography")
|
||||
size: tiny
|
||||
info: "{{ page.images.count }} image(s)"
|
||||
layout: cards
|
||||
|
Reference in New Issue
Block a user