diff options
| author | Bobby <[email protected]> | 2023-06-16 21:15:49 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-16 21:15:49 -0400 |
| commit | de9cc531c6f3bb69a3aec46e633d8fd2f057d508 (patch) | |
| tree | e332ba4e897f272788677193a781d20852af66ad | |
| parent | 7f37a45bb5dd80511ebad18e9f9c3a6f7d22d299 (diff) | |
| download | thatcomputerscientist-de9cc531c6f3bb69a3aec46e633d8fd2f057d508.tar.xz thatcomputerscientist-de9cc531c6f3bb69a3aec46e633d8fd2f057d508.zip | |
Ingoring RSS in Middleware
| -rw-r--r-- | templates/blog/partials/sidebar.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ </ul> </div> +{% if anonymous_users or logged_in_users or admin_users %} <div id="online-users" class="mtctitem"> <h2>Who's Online?</h2> <div> @@ -359,5 +360,6 @@ <p>(Based on users active over the past 5 minutes)</p> </div> </div> +{% endif %} <div id="google_translate_element"></div> |
