new feature

master
Joey Hess 2009-01-08 13:21:44 -05:00
parent 800073556b
commit 4bc545cff9
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,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.