From a0c0cce2abfb3da82e8e667c22c12531b0aeac82 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 15 Jul 2023 19:09:47 +0100 Subject: [PATCH] Fix og:title not being set unless description is set --- app/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/base.html b/app/templates/base.html index 0d748cdf..51164f71 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -9,8 +9,8 @@ - {% if self.description and self.description != "" -%} + {% if self.description and self.description != "" -%} {%- endif %}