summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2012-03-06 16:26:53 +0100
committerJonas Smedegaard <dr@jones.dk>2012-03-06 16:26:53 +0100
commit9af352edf7edbef0812876f0567a6f36273ebb9c (patch)
tree9102b92094c199d368f1d57af6d4745b5ebe0101
parent2ae8817d91bb05fde9a3d71956997c68e8e564a0 (diff)
Use locale C (not en_US). Use explicit timeformat without clock.
-rw-r--r--config/ikiwiki.setup.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/ikiwiki.setup.in b/config/ikiwiki.setup.in
index d5c79d1..4708356 100644
--- a/config/ikiwiki.setup.in
+++ b/config/ikiwiki.setup.in
@@ -27,8 +27,8 @@ disable_plugins:
- passwordauth
- theme
html5: 0
-timeformat: '%c'
-locale: en_US.UTF-8
+timeformat: '%a %b %e %Y'
+locale: C.UTF-8
hardlink: 1
timezone: Europe/Copenhagen
allow_symlinks_before_srcdir: 1