diff options
author | Joey Hess <joey@kitenet.net> | 2010-04-26 13:47:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-04-26 13:47:40 -0400 |
commit | 06d5a19370e07d39e3dcbd975fe479388104b0a5 (patch) | |
tree | a18ef9404cdc1c7f6606d9079cb8a8fbb2ca4e52 /doc/ikiwiki | |
parent | 7f3047f67c1bb45e25b91362f9ae4bb18734e140 (diff) |
document match_guid
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r-- | doc/ikiwiki/pagespec.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ikiwiki/pagespec.mdwn b/doc/ikiwiki/pagespec.mdwn index 5c191f23f..7810e790b 100644 --- a/doc/ikiwiki/pagespec.mdwn +++ b/doc/ikiwiki/pagespec.mdwn @@ -40,8 +40,8 @@ Some more elaborate limits can be added to what matches using these functions: * "`internal(glob)`" - like `glob()`, but matches even internal-use pages that globs do not usually match. * "`title(glob)`", "`author(glob)`", "`authorurl(glob)`", - "`license(glob)`", "`copyright(glob)`" - match pages that have the given - metadata, matching the specified glob. + "`license(glob)`", "`copyright(glob)`", "`guid(glob)`" + - match pages that have the given metadata, matching the specified glob. * "`user(username)`" - tests whether a modification is being made by a user with the specified username. If openid is enabled, an openid can also be put here. Glob patterns can be used in the username. For example, |