From ea501ab3e66615b6dd9f1ed6140f6662add794ba Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Sat, 21 Jun 2014 14:53:54 +0300 Subject: [PATCH] Use SITE_SUBTEXT for index page title Search engine visibility --- alchemy/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alchemy/templates/base.html b/alchemy/templates/base.html index d2d5ecf..5706465 100644 --- a/alchemy/templates/base.html +++ b/alchemy/templates/base.html @@ -7,7 +7,7 @@ - {% block title %}{{ SITENAME }}{% endblock title %} + {% block title %}{{ SITE_SUBTEXT }}{% endblock title %} {% include "include/feeds.html" %}