diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-12 15:00:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-12 15:00:16 -0400 |
commit | 2ec6db95d2725be286cab0930e8125fa7b0c4947 (patch) | |
tree | 258fcb1e5c3cf05e9eb1ec2eecead2aa89c3d246 | |
parent | 739d9293487cd1393d67f118921dbe061ea383ee (diff) |
clarify
-rw-r--r-- | doc/ikiwiki/directive/if.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ikiwiki/directive/if.mdwn b/doc/ikiwiki/directive/if.mdwn index 2338956d2..2cbf70cdf 100644 --- a/doc/ikiwiki/directive/if.mdwn +++ b/doc/ikiwiki/directive/if.mdwn @@ -23,8 +23,8 @@ If you want the [[ikiwiki/PageSpec]] to only match against the page that contains the conditional, rather than matching against all pages in the wiki, set the "all" parameter to "no". -The regular [[ikiwiki/PageSpec]] syntax is expanded with the following -additional tests: +In an `if` directive, the regular [[ikiwiki/PageSpec]] syntax is expanded +with the following additional tests: * enabled(plugin) |