diff options
-rw-r--r-- | ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 7f09d8aa..65e5b076 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -82,7 +82,7 @@ IkiWiki::Setup::Standard->import({ # strftime format string to display date timeformat => '%c', # UTF-8 locale to use - locale => 'en_US.utf8', + locale => 'C', # put user pages below specified page userdir => 'user', # how many backlinks to show before hiding excess (0 to show all) |