From b26ea6a661e8fe4455cc94c4053e2a4efbfb0dd1 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 10 Feb 2021 23:45:25 -0600 Subject: [PATCH] add html tag in order to specify lang="en" --- incorporealcms/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/incorporealcms/templates/base.html b/incorporealcms/templates/base.html index 307ae0f..b19814f 100644 --- a/incorporealcms/templates/base.html +++ b/incorporealcms/templates/base.html @@ -1,4 +1,5 @@ + {{ title }}{% if title %} - {% endif %}{{ config.TITLE_SUFFIX }} {% if title %}{% endif %} {% if description %}{% endif %} @@ -30,3 +31,4 @@ Last modified: {{ mtime }} +