]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/google.pm
Add parameter to displaytime to specify that it is a pubdate, and in html5 mode,...
[ikiwiki.git] / IkiWiki / Plugin / google.pm
index 48ad4c8cea058f9a024bfdf99c01f5fcca8f4ca8..85467fa0b8b24271cc76ec86ad3380758c9637d6 100644 (file)
@@ -25,6 +25,10 @@ sub checkconfig () {
        if (! length $config{url}) {
                error(sprintf(gettext("Must specify %s when using the %s plugin"), "url", 'google'));
        }
+       
+       # This is a mass dependency, so if the search form template
+       # changes, every page is rebuilt.
+       add_depends("", "templates/googleform.tmpl");
 }
 
 my $form;