diff --git a/templates/index.html b/templates/index.html index 9efa5f38..2a297f0d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -60,14 +60,8 @@
{% if mod %}{% endif %} -
- - [{% trans %}Go to bottom{% endtrans %}] - {% if config.catalog_link %} - [{% trans %}Catalog{% endtrans %}] - {% endif %} - -
+ [{% trans %}Go to bottom{% endtrans %}]   {% if config.catalog_link %}[{% trans %}Catalog{% endtrans %}]{% endif %} +
{{ body }}
diff --git a/templates/thread.html b/templates/thread.html index 1862a2d5..fed51848 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -55,19 +55,9 @@ {% if mod %}{% endif %} - - - + [{% trans %}Go to bottom{% endtrans %}]   {% if config.catalog_link %}[{% trans %}Catalog{% endtrans %}]{% endif %}   [{% trans %}Return{% endtrans %}] +
{{ body }} -