[guadec-web: 1/8] Added language code definition
- From: Oliver Gutiérrez <ogutierrez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [guadec-web: 1/8] Added language code definition
- Date: Tue, 12 Jun 2018 11:13:44 +0000 (UTC)
commit 2ca12fd21630476aad55505a3095fadb16aaef9a
Author: Juanjo Salvador <juanjosalvador netc eu>
Date: Sun Jun 10 15:01:52 2018 +0200
Added language code definition
pelicanconf.py | 2 ++
publishconf.py | 2 ++
2 files changed, 4 insertions(+)
---
diff --git a/pelicanconf.py b/pelicanconf.py
index 4a2947e..3c81153 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -24,6 +24,8 @@
from __future__ import unicode_literals
+LANGUAGE_CODE = 'en'
+
AUTHOR = 'GUADEC The GNOME Conference'
SITENAME = 'GUADEC 2018'
SITEYEAR = 2018
diff --git a/publishconf.py b/publishconf.py
index f32c91a..8c1b650 100644
--- a/publishconf.py
+++ b/publishconf.py
@@ -28,6 +28,8 @@ import sys
sys.path.append(os.curdir)
from pelicanconf import *
+LANGUAGE_CODE = 'en'
+
SITEDOMAIN = '2018.guadec.org'
SITEURL = 'https://%s' % SITEDOMAIN
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]