From 50c8625fb6a8b6684aca9c3e44283e069bcaca1e Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 17 Nov 2020 14:31:28 -0500 Subject: bug fix --- app/posts/templates/posts/src_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/posts') diff --git a/app/posts/templates/posts/src_list.html b/app/posts/templates/posts/src_list.html index b060421..21a8c4e 100644 --- a/app/posts/templates/posts/src_list.html +++ b/app/posts/templates/posts/src_list.html @@ -19,7 +19,7 @@ {{object.pub_date|date:"F Y"}}

{{object.title|safe|smartypants|widont}}

-

{% if object.subtitle %}{{object.subtitle}}{%else}{{object.meta_description|safe|smartypants|widont}}{%endif%}

+

{% if object.subtitle %}{{object.subtitle}}{%else%}{{object.meta_description|safe|smartypants|widont}}{%endif%}

{%endif%}{%endfor%} -- cgit v1.2.3