diff options
-rw-r--r-- | ikiwiki_admin.setup | 2 | ||||
-rw-r--r-- | ikiwiki_da_admin.setup | 2 | ||||
-rw-r--r-- | ikiwiki_nb_admin.setup | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ikiwiki_admin.setup b/ikiwiki_admin.setup index 69bfd6d..822d4c7 100644 --- a/ikiwiki_admin.setup +++ b/ikiwiki_admin.setup @@ -58,7 +58,7 @@ 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. diff --git a/ikiwiki_da_admin.setup b/ikiwiki_da_admin.setup index 81c3df6..dbeca65 100644 --- a/ikiwiki_da_admin.setup +++ b/ikiwiki_da_admin.setup @@ -63,7 +63,7 @@ use IkiWiki::Setup::Standard { # the default exclude list. #exclude => qr/\.wav$/, # To change the extension used for generated html files. - #htmlext => 'htm', + #htmlext => 'da.html', # Time format (for strftime) #timeformat => '%c', # Locale to use. Must be a UTF-8 locale. diff --git a/ikiwiki_nb_admin.setup b/ikiwiki_nb_admin.setup index f4aad3d..7fe19be 100644 --- a/ikiwiki_nb_admin.setup +++ b/ikiwiki_nb_admin.setup @@ -63,7 +63,7 @@ use IkiWiki::Setup::Standard { # the default exclude list. #exclude => qr/\.wav$/, # To change the extension used for generated html files. - #htmlext => 'htm', + #htmlext => 'nb.html', # Time format (for strftime) #timeformat => '%c', # Locale to use. Must be a UTF-8 locale. |