]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/google.pm
htmlscrubber: Allow html5 semantic tags: section nav article aside hgroup header...
[ikiwiki.git] / IkiWiki / Plugin / google.pm
index 529a2c801fedbe08a4e10f3e472479f334745a82..85467fa0b8b24271cc76ec86ad3380758c9637d6 100644 (file)
@@ -28,7 +28,7 @@ sub checkconfig () {
        
        # This is a mass dependency, so if the search form template
        # changes, every page is rebuilt.
-       add_depends("", "googleform.tmpl");
+       add_depends("", "templates/googleform.tmpl");
 }
 
 my $form;