Show blogs button in news instance minimal

merge-requests/8/head
Bob Mottram 2020-10-13 17:18:18 +01:00
parent 3b25ba4c4c
commit 53ff7c5872
1 changed files with 1 additions and 1 deletions

View File

@ -6216,7 +6216,7 @@ def htmlTimeline(defaultTimeline: str,
# typically the blogs button
# but may change if this is a blogging oriented instance
if defaultTimeline != 'tlblogs':
if not minimal:
if not minimal or defaultTimeline == 'tlnews':
tlStr += \
' <a href="' + usersPath + \
'/tlblogs"><button class="' + \