mirror of https://gitlab.com/bashrc2/epicyon
Box name
parent
aed83eeaf5
commit
04011cbf3a
|
@ -514,6 +514,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
if timelineJson:
|
if timelineJson:
|
||||||
# if this is the features timeline then use the news actor
|
# if this is the features timeline then use the news actor
|
||||||
timelineNickname = nickname
|
timelineNickname = nickname
|
||||||
|
timelineBoxName = boxName
|
||||||
if boxName == 'tlfeatures':
|
if boxName == 'tlfeatures':
|
||||||
# use the blog timeline of the news actor
|
# use the blog timeline of the news actor
|
||||||
timelineNickname = 'news'
|
timelineNickname = 'news'
|
||||||
|
|
Loading…
Reference in New Issue