From 5dc6a6966bb950cb19439e0dc57f77a630254f19 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 14 Feb 2021 20:26:34 +0000 Subject: Pelican-ize --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pelicanconf.py') diff --git a/pelicanconf.py b/pelicanconf.py index 41ac132..ab8afd2 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -6,7 +6,7 @@ SITENAME = "Cryptech Project" PATH = "content" TIMEZONE = "UTC" -DEFAULT_LANG = u"English" +DEFAULT_LANG = "en" # Feed generation is usually not desired when developing SITEURL = "" -- cgit v1.2.3