forked from indymedia/epicyon
Blogs
parent
4d27d532e5
commit
b647a38910
|
@ -1174,7 +1174,7 @@ def individualPostAsHtml(allowDownloads: bool,
|
|||
|
||||
# show blog citations
|
||||
citationsStr = ''
|
||||
if boxName == 'tlblog' or boxName == 'tlfeatures':
|
||||
if boxName == 'tlblogs' or boxName == 'tlfeatures':
|
||||
if postJsonObject['object'].get('tag'):
|
||||
for tagJson in postJsonObject['object']['tag']:
|
||||
if not isinstance(tagJson, dict):
|
||||
|
|
|
@ -518,7 +518,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
|||
if boxName == 'tlfeatures':
|
||||
# use the blog timeline of the news actor
|
||||
timelineNickname = 'news'
|
||||
timelineBoxName = 'tlblog'
|
||||
timelineBoxName = 'tlblogs'
|
||||
|
||||
# if this is the media timeline then add an extra gallery container
|
||||
if boxName == 'tlmedia':
|
||||
|
|
Loading…
Reference in New Issue