mirror of https://gitlab.com/bashrc2/epicyon
Show blogs button in news instance minimal
parent
3b25ba4c4c
commit
53ff7c5872
|
@ -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="' + \
|
||||
|
|
Loading…
Reference in New Issue