diff --git a/files/routes/front.py b/files/routes/front.py index be1175993c..173c502d96 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -68,7 +68,7 @@ def front_all(v, sub=None, subdomain=None): return render_template("home.html", v=v, listing=posts, total=total, sort=sort, t=t, page=page, sub=sub, home=True, pins=pins, size=size) -LIMITED_WPD_HOLES = ('gore', 'aftermath', 'selfharm', 'meta', 'discussion', 'social', 'music', 'request') +LIMITED_WPD_HOLES = ('gore', 'aftermath', 'selfharm', 'meta', 'discussion', 'social', 'music', 'request', 'fights') @cache.memoize() def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, filter_words='', gt=0, lt=0, sub=None, pins=True): diff --git a/files/templates/sidebar_WPD.html b/files/templates/sidebar_WPD.html index 49482e12cf..0d495ca845 100644 --- a/files/templates/sidebar_WPD.html +++ b/files/templates/sidebar_WPD.html @@ -37,6 +37,7 @@ {% endif %}
-