mirror of https://gitlab.com/bashrc2/epicyon
Also show citations on features timeline
parent
1e0b5dc5ef
commit
ef2c039863
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue