diff --git a/templates/index.html b/templates/index.html index 93cfcd2b..cc97452b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -15,7 +15,7 @@ {% include 'header.html' %} {{ board.url }} - {{ board.title|e }} - + {{ boardlist.top }} {% if pm %}
You have an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.

{% endif %} diff --git a/templates/page.html b/templates/page.html index 11b6b953..8802e341 100644 --- a/templates/page.html +++ b/templates/page.html @@ -9,7 +9,7 @@ {% if mod %}{% include 'mod/header.html' %}{% endif %} {{ title }} - + {% if pm %}
You have an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.

{% endif %}
{% if config.site_logo %} diff --git a/templates/themes/catalog/catalog.html b/templates/themes/catalog/catalog.html index ea89e188..8332403a 100644 --- a/templates/themes/catalog/catalog.html +++ b/templates/themes/catalog/catalog.html @@ -10,7 +10,7 @@ {% include 'header.html' %} {{ board }} - Catalog - + {{ boardlist.top }}

{{ settings.title }} (/{{ board }}/)

diff --git a/templates/thread.html b/templates/thread.html index fca5f999..e293ed09 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -22,7 +22,7 @@ {{ board.url }} - {{ meta_subject }} - + {{ boardlist.top }} {% if pm %}
You have an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.

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