From 28b7a99827d2a7599f73f01f3d0df4769a683371 Mon Sep 17 00:00:00 2001 From: yaemiku Date: Thu, 18 Aug 2022 02:13:05 +0200 Subject: [PATCH] [fix] youth not prose --- core/templates/youth-reverse.html | 4 +--- core/templates/youth.html | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/core/templates/youth-reverse.html b/core/templates/youth-reverse.html index 2de5d0f..1e0671d 100644 --- a/core/templates/youth-reverse.html +++ b/core/templates/youth-reverse.html @@ -4,9 +4,7 @@ {% load static tailwind_tags wysiwyg %} {% block content %}
-
+
{% if focus.show_title %}

{{ focus.title }}

{% endif %} diff --git a/core/templates/youth.html b/core/templates/youth.html index a417a71..3f2abdd 100644 --- a/core/templates/youth.html +++ b/core/templates/youth.html @@ -5,9 +5,7 @@ {% load static tailwind_tags wysiwyg %} {% block content %}
{% for article in youth %} -
+
{% if article.show_title %}

{{ article.title }}

{% endif %}