From 9af352edf7edbef0812876f0567a6f36273ebb9c Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 6 Mar 2012 16:26:53 +0100 Subject: Use locale C (not en_US). Use explicit timeformat without clock. --- config/ikiwiki.setup.in | 4 ++-- 1 file 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 -- cgit v1.2.3