mirror of https://gitlab.com/bashrc2/epicyon
Missing +
parent
7136295057
commit
1c0bfe78fd
4
blog.py
4
blog.py
|
@ -169,7 +169,7 @@ def htmlBlogPage(session, \
|
||||||
if port!=80 and port!=443:
|
if port!=80 and port!=443:
|
||||||
domainFull=domain+':'+str(port)
|
domainFull=domain+':'+str(port)
|
||||||
|
|
||||||
if pageNumber:
|
if pageNumber!=None:
|
||||||
iconsDir=getIconsDir(baseDir)
|
iconsDir=getIconsDir(baseDir)
|
||||||
navigateStr='<p>'
|
navigateStr='<p>'
|
||||||
#if pageNumber>1:
|
#if pageNumber>1:
|
||||||
|
@ -186,7 +186,7 @@ def htmlBlogPage(session, \
|
||||||
'<img loading="lazy" alt=">" title=">" '+ \
|
'<img loading="lazy" alt=">" title=">" '+ \
|
||||||
'src="/'+iconsDir+ \
|
'src="/'+iconsDir+ \
|
||||||
'/prev.png" class="buttonnext"/></a>\n'
|
'/prev.png" class="buttonnext"/></a>\n'
|
||||||
navigateStr='</p>'
|
navigateStr+='</p>'
|
||||||
blogStr+=navigateStr
|
blogStr+=navigateStr
|
||||||
|
|
||||||
for item in timelineJson['orderedItems']:
|
for item in timelineJson['orderedItems']:
|
||||||
|
|
Loading…
Reference in New Issue