From b069fb9590e700a23f2bf2351db9b51c1a004c73 Mon Sep 17 00:00:00 2001 From: 8chan Date: Fri, 3 Apr 2015 18:51:35 -0700 Subject: [PATCH] Allow global admin to make an announcement without affecting blotters (unused currently) --- templates/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/index.html b/templates/index.html index b04eb0fd..c83e0eb8 100644 --- a/templates/index.html +++ b/templates/index.html @@ -37,6 +37,10 @@ {% include 'attention_bar.html' %} + {% if config.announcement %} + {{ config.announcement }} + {% endif %} + {% if board.uri not in config.banned_ad_boards %} {% include 'ad_top.html' %} {% endif %}