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