Also show citations on features timeline

merge-requests/8/head
Bob Mottram 2020-11-27 18:56:23 +00:00
parent 1e0b5dc5ef
commit ef2c039863
1 changed files with 1 additions and 1 deletions

View File

@ -1174,7 +1174,7 @@ def individualPostAsHtml(allowDownloads: bool,
# show blog citations
citationsStr = ''
if boxName == 'tlblog':
if boxName == 'tlblog' or boxName == 'tlfeatures':
if postJsonObject['object'].get('tag'):
for tagJson in postJsonObject['object']['tag']:
if not isinstance(tagJson, dict):