From 0e8d02c2ef83b77309744895222a90a90ecbe883 Mon Sep 17 00:00:00 2001 From: dece Date: Sun, 25 Feb 2024 20:34:34 +0100 Subject: [PATCH] style fixes --- templates/base.html.twig | 15 +++++++++------ templates/podcast/show.html.twig | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index 33d3300..88b0a2e 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -6,16 +6,19 @@ {% block title %}LSBC{% endblock %} {% block stylesheets %} + {% endblock %} - {% if app.user %} - - {% endif %}
+ {% if app.user %} + + {% endif %} {% block body %}{% endblock %}
diff --git a/templates/podcast/show.html.twig b/templates/podcast/show.html.twig index d8bdad4..416d099 100644 --- a/templates/podcast/show.html.twig +++ b/templates/podcast/show.html.twig @@ -48,7 +48,7 @@ Logo - {{ podcast.name }} logo + {{ podcast.name }} logo Owner