summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-08-30 03:00:19 +0200
committerJonas Smedegaard <dr@jones.dk>2008-08-30 03:00:19 +0200
commit7fad9b584f9fd18547f263aaa54c7006d68716ed (patch)
treed9dbc13a1a32689e36d09146119cc568baa2981f
parenta56aded4649c542f410eb834f0765e384819854e (diff)
Set (commented out) locale-specific html extension in configs.
-rw-r--r--ikiwiki.setup2
-rw-r--r--ikiwiki_da.setup2
-rw-r--r--ikiwiki_nb.setup2
3 files changed, 3 insertions, 3 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index b41b128..fe0e1bb 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -107,7 +107,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 009d616..7696764 100644
--- a/ikiwiki_da.setup
+++ b/ikiwiki_da.setup
@@ -112,7 +112,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 94b5c5f..7f1d661 100644
--- a/ikiwiki_nb.setup
+++ b/ikiwiki_nb.setup
@@ -112,7 +112,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.