Add meta description tag for search engines (#551)

This commit is contained in:
Kyle Maas
2022-11-29 04:02:16 -05:00
committed by GitHub
parent da840b156d
commit 239ff6cb60
3 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ DEBUG = False
# PORTAL NAME, this is the portal title and
# is also shown on several places as emails
PORTAL_NAME = "MediaCMS"
PORTAL_DESCRIPTION = ""
LANGUAGE_CODE = "en-us"
TIME_ZONE = "Europe/London"