diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-03 12:31:48 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-03 12:31:48 -0500 |
commit | 235136f55c92646069de67fb0743ef2f7d26cd49 (patch) | |
tree | 6e0ebc58b10f1f13bfad76f7f06847a01f8856b0 | |
parent | 42c91cab61f3881dc758180ace5b7627809728ed (diff) |
Revert "Add actual result for the example"
This reverts commit be67d10a813ae37512daacbbab9815eecd5e94ef.
We don't demo directives on directive doc pages, to avoid doing unnecessary
work at build time (not a big deal here) and to avoid broken directives if
the plugin is not enabled.
This fact could probably be documented better, but I don't want to mention
it on every page..
-rw-r--r-- | doc/ikiwiki/directive/progress.mdwn | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/ikiwiki/directive/progress.mdwn b/doc/ikiwiki/directive/progress.mdwn index c619ef3fc..529f1c3c1 100644 --- a/doc/ikiwiki/directive/progress.mdwn +++ b/doc/ikiwiki/directive/progress.mdwn @@ -15,8 +15,4 @@ discussion pages: \[[!progress totalpages="* and !*/Discussion" donepages="*/Discussion"]] -Which would result in the following: - -[[!progress totalpages="* and !*/Discussion" donepages="*/Discussion"]] - [[!meta robots="noindex, follow"]] |