mirror of https://gitlab.com/bashrc2/epicyon
Remove unused markup if there are no timeline items
parent
69f14261c8
commit
d2633867a3
|
@ -671,6 +671,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
translate['Page down'] + '"></a>\n' + \
|
translate['Page down'] + '"></a>\n' + \
|
||||||
' </center>\n'
|
' </center>\n'
|
||||||
|
|
||||||
|
if itemCtr > 0:
|
||||||
# end of timeline-posts
|
# end of timeline-posts
|
||||||
tlStr += ' </div>\n'
|
tlStr += ' </div>\n'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue