diff --git a/templates/index.html b/templates/index.html index 12c22c5e..0fec3b1b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -24,7 +24,7 @@ {% if pm %}
You have an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.

{% endif %} {% if config.url_banner %}{% endif %} - +

{{ board.url }} - {{ board.title|e }}

@@ -87,6 +87,7 @@ {% for footer in config.footer %}

{{ footer }}

{% endfor %} +
diff --git a/templates/page.html b/templates/page.html index e53dbc9a..6ea6b562 100644 --- a/templates/page.html +++ b/templates/page.html @@ -14,7 +14,8 @@ {{ boardlist.top }} {% if pm %}
You have an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.

{% endif %} -
+
+

{{ title }}

{% if subtitle %} @@ -34,5 +35,6 @@
lainchan Copyright © 2014-2017 lainchan Administration

+
diff --git a/templates/thread.html b/templates/thread.html index b4801e82..3343ea7d 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -32,6 +32,7 @@ {% if pm %}
You have an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.

{% endif %} {% if config.url_banner %}{% endif %} +

{{ board.url }} - {{ board.title|e }}

@@ -99,6 +100,7 @@
lainchan Copyright © 2014-2017 lainchan Administration

{% for footer in config.footer %}

{{ footer }}

{% endfor %} +