blob: 9fdfe74b150c1f5f247a14ec21d44958c6d09fbf (
plain)
1
2
3
4
5
6
|
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.
|