diff options
author | kjs <kjs@web> | 2015-06-10 06:39:29 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-06-10 06:39:29 -0400 |
commit | 8c9646add3aa642e606b068ce950754c2b61c86c (patch) | |
tree | b8838882c983e37ccf9dd514886136854954267f | |
parent | 014b9eb1b7ae54eefe6fb7307c8f18242aea30a6 (diff) | |
download | ikiwiki-8c9646add3aa642e606b068ce950754c2b61c86c.tar ikiwiki-8c9646add3aa642e606b068ce950754c2b61c86c.tar.gz |
Templates render bugfix appear to be working.
-rw-r--r-- | doc/templates/discussion.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/templates/discussion.mdwn b/doc/templates/discussion.mdwn index bf262ee20..030a842cd 100644 --- a/doc/templates/discussion.mdwn +++ b/doc/templates/discussion.mdwn @@ -61,3 +61,7 @@ album and img plugins. --[[kjs]] >> [commit 5fd863b5](http://source.ikiwiki.branchable.com/?p=source.git;a=commitdiff;h=5fd863b5b05449669ec56c6798d836e3302386e2) >> to your Render.pm. A follow-up commit partially restores the optimization, >> only for rebuilds. --[[smcv]] + +>>> I've applied both your patches and as far as I can tell it's now working +>>> as expected. Templates get rendered even if rebuild is triggered by +>>> comments on another page. --[[kjs]] |