From dfdfae5272f36f0b21ac895a880237a5c0e61f04 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 14 Feb 2024 19:26:00 -0600 Subject: fixed homepage template bug --- app/pages/templates/pages/luxagraf/homepage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/pages/templates/pages/luxagraf/homepage.html b/app/pages/templates/pages/luxagraf/homepage.html index db08c0f..7cef987 100644 --- a/app/pages/templates/pages/luxagraf/homepage.html +++ b/app/pages/templates/pages/luxagraf/homepage.html @@ -28,7 +28,7 @@

{%if object.template_name == 1 or object.template_name == 3 %}{{object.title|smartypants|safe}}{%else%}{{object.title|smartypants|safe}}{%endif%}

-

{% if object.subtitle %}{{object.subtitle|smartypants|safe}}{%else%}{{homepage.tag_line|safe|smartypants}}{%endif%}

+

{% if object.subtitle != 'None' %}{{object.subtitle|smartypants|safe}}{%else%}{{homepage.tag_line|safe|smartypants}}{%endif%}