Update theme settings FAVICONS -> NEW_FAVICONS, META_DESCRIPTION -> DESCRIPTION

FAVICONS -> NEW_FAVICONS to imply the different favicon setup
META_DESCRIPTION -> DESCRIPTION semantics
This commit is contained in:
Raymond Wanyoike 2016-11-12 11:29:19 +03:00
commit 32bd56b917
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
{% block head %}
{{ super() }}
<meta name="description" content="{{ META_DESCRIPTION|striptags }}">
<meta name="description" content="{{ DESCRIPTION|striptags }}">
{% endblock %}
{% block title %}