From d6c60c26fe43b05a0c90d7bdd7e8808eeb0f2aa4 Mon Sep 17 00:00:00 2001 From: Talha Mansoor Date: Sat, 10 Aug 2019 18:42:22 +0500 Subject: [PATCH] fix(lang): do not override default value of DEFAULT_LANG set by Pelican --- documentation/pelicanconf.py | 1 - templates/base.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/pelicanconf.py b/documentation/pelicanconf.py index 8b807f6b..cdefeea1 100644 --- a/documentation/pelicanconf.py +++ b/documentation/pelicanconf.py @@ -13,7 +13,6 @@ # Regional Settings TIMEZONE = "Asia/Karachi" DATE_FORMATS = {"en": "%b %d, %Y"} -DEFAULT_LANG = "en" # Plugins and extensions MARKDOWN = { diff --git a/templates/base.html b/templates/base.html index 73a6e3bd..a7b3250c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,5 +1,5 @@ - +