diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-06 23:20:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-06 23:20:48 -0400 |
commit | ea4967f184bf0a27eaa2dc81da1084780756156a (patch) | |
tree | e277454c3c67b6cafb17cce16d87493ae2bb0348 /doc/plugins | |
parent | 121e2ffc2f25bf264a68d35e80a9386995fa9e5a (diff) |
inline: Call indexhtml when inlining internal pages, so their text can be indexed for searching.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/write.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 7180237a4..193005565 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -290,8 +290,8 @@ This hook is called once the page has been converted to html (but before the generated html is put in a template). The most common use is to update search indexes. Added in ikiwiki 2.54. -The function is passed named parameters "page" and "content". Its return -value is ignored. +The function is passed named parameters "page", "destpage", and "content". +Its return value is ignored. ### pagetemplate |