diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-03 20:31:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-03 20:31:20 -0400 |
commit | d7c4001748f8c9f765e39b0d8ebe2d3d0f8cb0ab (patch) | |
tree | 09d9fcfbfcc212f376bc2575c4908242e19a5573 /doc | |
parent | 7f87035c8dcab0333fb8c8fdf9e725683978bbac (diff) | |
download | ikiwiki-d7c4001748f8c9f765e39b0d8ebe2d3d0f8cb0ab.tar ikiwiki-d7c4001748f8c9f765e39b0d8ebe2d3d0f8cb0ab.tar.gz |
search: Update search page when page.tmpl or searchquery.tmpl are locally modified.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/search_template_missing_dep.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/search_template_missing_dep.mdwn b/doc/bugs/search_template_missing_dep.mdwn index 1bedf2a3f..eebc5926e 100644 --- a/doc/bugs/search_template_missing_dep.mdwn +++ b/doc/bugs/search_template_missing_dep.mdwn @@ -1,4 +1,4 @@ The [[plugins/search]] plugin caches a filled in version of `page.tmpl` for omega. This is updated only if missing or on rebuild, so if the template is modified otherwise and normal refresh allowed to update the rest of the -site, this gets missed and a stale template is used. --[[Joey]] +site, this gets missed and a stale template is used. --[[Joey]] [[done]] |