aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-09-17 18:45:46 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-09-17 18:45:46 -0300
commit4844afbfe843bcb35390cce7a71623edd6e2af94 (patch)
tree2ec6650fd989813bb0fb4558ee69091724d427c1
parent1818779ab8dc86d81e67c38c2e3bec301149a26a (diff)
downloadblog-4844afbfe843bcb35390cce7a71623edd6e2af94.tar.gz
blog-4844afbfe843bcb35390cce7a71623edd6e2af94.tar.bz2
Fixes locale config
-rw-r--r--ikiwiki.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ikiwiki.yaml b/ikiwiki.yaml
index db85d24..ae0605b 100644
--- a/ikiwiki.yaml
+++ b/ikiwiki.yaml
@@ -76,7 +76,8 @@ htmlext: html
# strftime format string to display date
timeformat: '%c'
# UTF-8 locale to use
-#locale: en_US.UTF-8
+#locale: pt_BR.UTF-8
+locale: en_US.UTF-8
# put user pages below specified page
userdir: ''
# how many backlinks to show before hiding excess (0 to show all)