]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/aggregate.pm
* Add a htmlext config option, this can be used to make ikiwiki generate
[ikiwiki.git] / IkiWiki / Plugin / aggregate.pm
index eb5067d9f5977cafea958e6e5849c4fd866a34c1..9636c5f94178d19f1eb4cb3ccb2e4c4ea45e08bc 100644 (file)
@@ -475,7 +475,7 @@ sub pagefile ($) { #{{{
 } #}}}
 
 sub htmlfn ($) { #{{{
-       return shift().".html";
+       return shift().".".$config{htmlext};
 } #}}}
 
 1