From 32bd56b9175153cf92daa40b87471cb3d9309579 Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Sat, 12 Nov 2016 11:29:19 +0300 Subject: [PATCH] Update theme settings FAVICONS -> NEW_FAVICONS, META_DESCRIPTION -> DESCRIPTION FAVICONS -> NEW_FAVICONS to imply the different favicon setup META_DESCRIPTION -> DESCRIPTION semantics --- alchemy/templates/base.html | 2 +- alchemy/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alchemy/templates/base.html b/alchemy/templates/base.html index 82315e7..7bc27c9 100644 --- a/alchemy/templates/base.html +++ b/alchemy/templates/base.html @@ -34,7 +34,7 @@ {% endif %} - {% if FAVICONS %} + {% if NEW_FAVICONS %} diff --git a/alchemy/templates/index.html b/alchemy/templates/index.html index a190415..a06cfe8 100644 --- a/alchemy/templates/index.html +++ b/alchemy/templates/index.html @@ -2,7 +2,7 @@ {% block head %} {{ super() }} - + {% endblock %} {% block title %}