diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-24 19:43:07 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-24 19:48:42 -0500 |
commit | 04f064e78aedecc234e08bd9b49ae3674cb8f7bd (patch) | |
tree | b092ef12861bb9362da1f01acf1b6e76f0a66281 /doc/plugins | |
parent | c1fa208f25277132c736a8290aeb7f18d58207a0 (diff) | |
download | ikiwiki-04f064e78aedecc234e08bd9b49ae3674cb8f7bd.tar ikiwiki-04f064e78aedecc234e08bd9b49ae3674cb8f7bd.tar.gz |
make ikiwiki-transition prefix_directives take a setup file
This is easier to remeber, and less error-prone than passing it all the
pages in the wiki.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/write.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index cb7571289..8992fad01 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -486,7 +486,7 @@ use the following hashes, using a page name as the key: destination file. * `%pagesources` contains the name of the source file for each page. -Also, the %IkiWiki::version variable contains the version number for the +Also, the `%IkiWiki::version` variable contains the version number for the ikiwiki program. ### Library functions |