We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13add77 commit 8f11d95Copy full SHA for 8f11d95
models/author.ini
@@ -4,7 +4,7 @@ label = {{ this.name }}
4
hidden = yes
5
6
[children]
7
-replaced_with = site.query('/archives/old-tech-blog/entries').filter(F.author.contains(this))
+replaced_with = site.query(this.parent.parent.path + '/entries').filter(F.author.contains(this))
8
9
[fields.name]
10
label = Name
0 commit comments