From 73b38b0b3af6f85359655e1ca389826c8deeb094 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 27 Oct 2020 18:03:48 +0000 Subject: [PATCH] Don't show blogs --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index a59c4aa3..00027601 100644 --- a/webinterface.py +++ b/webinterface.py @@ -6045,7 +6045,7 @@ def getTimelineButtonHeader(defaultTimeline: str, # typically the blogs button # but may change if this is a blogging oriented instance if defaultTimeline != 'tlblogs': - if not minimal or defaultTimeline == 'tlnews': + if not minimal: titleStr = translate['Blogs'] if defaultTimeline == 'tlnews': titleStr = translate['Article']