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