diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-27 12:54:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-27 12:54:10 -0400 |
commit | dddf5d55fd3496ba2ab28d34e6fe1e0610044299 (patch) | |
tree | 5758c391dd3088f7c8718815135d40e26ab7a40f /doc/plugins | |
parent | f181962dfc24c67f7db840abd3b6a3ca06e39b1b (diff) |
clarify when to use utlto and when to use htmlpage
suggestion from smcv
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/write.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 349a8a1ed..1cdea6a77 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -522,6 +522,9 @@ parameters are passed to `HTML::Template->new`. Passed a page name, returns the base name that will be used for a the html page created from it. (Ie, it appends ".html".) +Use this when constructing the filename of a html file. Use `urlto` when +generating a link to a page. + #### `add_depends($$)` Makes the specified page depend on the specified [[ikiwiki/PageSpec]]. |