diff --git a/webapp_post.py b/webapp_post.py index 515c7e29..b9cb1daf 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -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): diff --git a/webapp_timeline.py b/webapp_timeline.py index 192e1703..1101d073 100644 --- a/webapp_timeline.py +++ b/webapp_timeline.py @@ -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':