diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-30 03:00:46 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-30 03:00:46 +0200 |
commit | 6a8c6aa3a5ea729829f3fd611d7eb7f93cd0c7b2 (patch) | |
tree | 3b7738f6c86464a2616014597240f036f6dda6d3 | |
parent | 7dcef35c805b3c06f0c82bf6c7a1973277ade221 (diff) | |
parent | 7fad9b584f9fd18547f263aaa54c7006d68716ed (diff) |
Merge branch '_multilang' into allinone-multilang
-rw-r--r-- | ikiwiki.setup | 2 | ||||
-rw-r--r-- | ikiwiki_da.setup | 2 | ||||
-rw-r--r-- | ikiwiki_nb.setup | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index f31b483..7c98ded 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -61,7 +61,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.setup b/ikiwiki_da.setup index 19d9517..d37514a 100644 --- a/ikiwiki_da.setup +++ b/ikiwiki_da.setup @@ -64,7 +64,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.setup b/ikiwiki_nb.setup index fc87411..2d68a40 100644 --- a/ikiwiki_nb.setup +++ b/ikiwiki_nb.setup @@ -64,7 +64,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. |