From 50756e1aea8d940c0be9457133066d318a0525ae Mon Sep 17 00:00:00 2001 From: 8chan Admin Date: Sat, 8 Feb 2014 06:01:51 +0000 Subject: [PATCH] Per-board banners --- templates/index.html | 2 +- templates/thread.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 25e5f3cd..da75886d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,7 +9,7 @@ {{ 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 %} + {% if config.url_banner %}{% endif %}

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

diff --git a/templates/thread.html b/templates/thread.html index c93957b6..ac3ba081 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -8,7 +8,7 @@ {{ 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 %} + {% if config.url_banner %}{% endif %}

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