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 %}