blob: 4500581c760c1ae20ef78858c6c87d7422cbdd96 (
plain)
1
2
3
4
5
6
7
8
|
While a relative pagespec like `./posts/*` will work, when used in a page
such as `bdale/blog`, you cannot do
`created_after(./posts/foo)` -- only `glob()` supports relative page
references.
The other pagespec functions should too, where appropriate.
[[done]]
|