From de9cc531c6f3bb69a3aec46e633d8fd2f057d508 Mon Sep 17 00:00:00 2001 From: Bobby Date: Fri, 16 Jun 2023 21:15:49 -0400 Subject: Ingoring RSS in Middleware --- templates/blog/partials/sidebar.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/blog/partials/sidebar.html b/templates/blog/partials/sidebar.html index 5b626915..9fc75206 100644 --- a/templates/blog/partials/sidebar.html +++ b/templates/blog/partials/sidebar.html @@ -347,6 +347,7 @@ +{% if anonymous_users or logged_in_users or admin_users %}

Who's Online?

@@ -359,5 +360,6 @@

(Based on users active over the past 5 minutes)

+{% endif %}
-- cgit v1.2.3