summaryrefslogtreecommitdiff
path: root/doc/ikiwiki
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-10-20 18:53:50 -0400
committerJoey Hess <joey@kitenet.net>2010-10-20 19:07:46 -0400
commit7e8064e9fa8b3f2c3c0bd0aa5458f00552398e06 (patch)
treeff46b7516a9920d177865f6fc8efe1a262a3619e /doc/ikiwiki
parent4a75dee651390b79ce4ceb1d951b02e28b3ce83a (diff)
add a hint that creation_month takes a number, not a month name
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r--doc/ikiwiki/pagespec.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ikiwiki/pagespec.mdwn b/doc/ikiwiki/pagespec.mdwn
index 6aec561ae..fe1af4c15 100644
--- a/doc/ikiwiki/pagespec.mdwn
+++ b/doc/ikiwiki/pagespec.mdwn
@@ -32,6 +32,7 @@ Some more elaborate limits can be added to what matches using these functions:
tags matched by a glob)
* "`backlink(page)`" - matches only pages that a given page links to
* "`creation_month(month)`" - matches only files created on the given month
+ number
* "`creation_day(mday)`" - or day of the month
* "`creation_year(year)`" - or year
* "`created_after(page)`" - matches only files created after the given page