|
@@ -99,10 +99,10 @@ search results and social media #}
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|
|
{# It is displayed along with the SITENAME in the footer of every page #}
|
|
{# It is displayed along with the SITENAME in the footer of every page #}
|
|
-{% if not SITE_SUBTITLE %}
|
|
|
|
-{% set SITE_SUBTITLE = '' %}
|
|
|
|
|
|
+{% if not SITESUBTITLE %}
|
|
|
|
+{% set SITESUBTITLE = '' %}
|
|
{% else %}
|
|
{% else %}
|
|
-{% set SITE_SUBTITLE = SITE_SUBTITLE %}
|
|
|
|
|
|
+{% set SITESUBTITLE = SITESUBTITLE %}
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|
|
{# Set it to True to display favicon and speed dial icon. Also make sure that
|
|
{# Set it to True to display favicon and speed dial icon. Also make sure that
|