singlePage不添加bottomText

This commit is contained in:
Meekdai 2024-01-26 10:29:10 +08:00
parent 5cde4f52e1
commit 051d230678

View File

@ -116,6 +116,9 @@ class GMEEK():
postBase["highlight"]=1
else:
postBase["highlight"]=0
if postBase["label"] in self.blogBase["singlePage"]:
postBase["bottomText"]=''
self.renderHtml('post.html',postBase,{},issue["htmlDir"])
print("create postPage title=%s file=%s " % (issue["postTitle"],issue["htmlDir"]))