From d0a2e4252a6bbd531fba2e5b64b7b361db6c7094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sn=C3=ADda=C5=88ov=C3=BD=20Mistr?= Date: Sun, 10 Mar 2024 11:59:29 +0100 Subject: [PATCH] =?UTF-8?q?defer=20u=20skript=C5=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 12 ++++++------ templates/board.html | 4 ++-- templates/thread.html | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/templates/base.html b/templates/base.html index 75b2019..7e4c7f9 100755 --- a/templates/base.html +++ b/templates/base.html @@ -56,12 +56,12 @@
- - - - - - + + + + + + {% block scripts %}{% endblock %} diff --git a/templates/board.html b/templates/board.html index 735a4c3..6087069 100755 --- a/templates/board.html +++ b/templates/board.html @@ -8,8 +8,8 @@ {% block theme %}{{ board.config.0.board_theme }}{% endblock %} {% block title %}/{{ board.id }}/ - {{ board.name }}{% endblock %} {% block scripts %} - - + + {% endblock %} {% block content %} diff --git a/templates/thread.html b/templates/thread.html index 863a4a7..5c715b9 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -8,9 +8,9 @@ {% block title %}/{{ board.id }}/ - {{ thread.content_nomarkup|inline_post }}{% endblock %} {% block scripts %} - - - + + + {% endblock %} {% block content %}