|
@@ -106,10 +106,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 SITESUBTITLE %}
|
|
|
|
-{% set SITESUBTITLE = '' %}
|
|
|
|
|
|
+{% if not SITE_SUBTITLE %}
|
|
|
|
+{% set SITE_SUBTITLE = '' %}
|
|
{% else %}
|
|
{% else %}
|
|
-{% set SITESUBTITLE = SITESUBTITLE %}
|
|
|
|
|
|
+{% set SITE_SUBTITLE = SITE_SUBTITLE %}
|
|
{% 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
|