From c33018969cca4ab277f0f03bb2be3470ae66cc02 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 24 Oct 2020 08:55:28 +0300
Subject: [PATCH] Set locale.

I was validating the feed using https://validator.w3.org/feed/ and there
was a warning about incorrect feed locale. Didn't help with the warning.
---
 pelicanconf.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pelicanconf.py b/pelicanconf.py
index f86b682..7f76be8 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -39,3 +39,5 @@ DELETE_OUTPUT_DIRECTORY = True
 
 SLUGIFY_SOURCE = 'basename'
 ARTICLE_SAVE_AS = '{slug}/index.html'
+
+LOCALE = ('en_US.utf8')
-- 
GitLab