diff options
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r-- | ikiwiki.setup | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 1055ef4..fe0e1bb 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -107,11 +107,11 @@ use IkiWiki::Setup::Standard { # the default exclude list. #exclude => qr/\.wav$/, # To change the extension used for generated html files. - #htmlext => 'htm', + #htmlext => 'en.html', # Time format (for strftime) #timeformat => '%c', # Locale to use. Must be a UTF-8 locale. - #locale => 'en_US.UTF-8', + locale => 'en_US.UTF-8', # Only send cookies over SSL connections. #sslcookie => 1, # Logging settings: |