mirror of https://gitlab.com/bashrc2/epicyon
Remove img directory
parent
c9693c7cd3
commit
311e28f2ab
|
@ -6807,7 +6807,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
|||
separatorStr = \
|
||||
'<div class="postSeparatorImage">' + \
|
||||
'<img src="' + \
|
||||
iconsDir.replace(baseDir, '/separator.png') + '"/>' + \
|
||||
iconsDir.replace(baseDir + '/img', '/separator.png') + '"/>' + \
|
||||
'</div>\n'
|
||||
|
||||
# the css filename
|
||||
|
|
Loading…
Reference in New Issue