diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-03 20:13:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-03 20:13:49 -0400 |
commit | 7f87035c8dcab0333fb8c8fdf9e725683978bbac (patch) | |
tree | 8a3f7224288c6195632ad4fbb1f74a99d356e64f /doc | |
parent | d27f4b07dbfbc7025904880b61720d914331bf6b (diff) | |
download | ikiwiki-7f87035c8dcab0333fb8c8fdf9e725683978bbac.tar ikiwiki-7f87035c8dcab0333fb8c8fdf9e725683978bbac.tar.gz |
new bug
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/search_template_missing_dep.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/search_template_missing_dep.mdwn b/doc/bugs/search_template_missing_dep.mdwn new file mode 100644 index 000000000..1bedf2a3f --- /dev/null +++ b/doc/bugs/search_template_missing_dep.mdwn @@ -0,0 +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]] |