From d87b66d847a6adde1df24242936c291739f64c47 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 27 Nov 2020 15:20:34 +0000 Subject: [PATCH] Blog timeline of news actor for front screen --- webapp_timeline.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webapp_timeline.py b/webapp_timeline.py index f72514cd7..3e7a4e39f 100644 --- a/webapp_timeline.py +++ b/webapp_timeline.py @@ -515,7 +515,9 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str, # if this is the features timeline then use the news actor timelineNickname = nickname if boxName == 'tlfeatures': + # use the blog timeline of the news actor timelineNickname = 'news' + timelineBoxName = 'tlblog' # if this is the media timeline then add an extra gallery container if boxName == 'tlmedia': @@ -576,7 +578,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str, item, None, True, allowDeletion, httpPrefix, projectVersion, - boxName, + timelineBoxName, YTReplacementDomain, showPublishedDateOnly, boxName != 'dm',