diff --git a/app/templates/base.html b/app/templates/base.html index 4ea3c0a8..c0d540ca 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -5,19 +5,23 @@ {{ self.title() | normalize_whitespace }} - {{ config.USER_APP_NAME }} - - - - {% if noindex -%} - - {%- endif %} - {% if self.description -%} + + {% if self.description and self.description != "" -%} + + + + + + {% if noindex -%} + + {%- endif %} + {%- endif %} {% block headextra %}{% endblock %}