singlePage不添加bottomText
This commit is contained in:
parent
5cde4f52e1
commit
051d230678
3
Gmeek.py
3
Gmeek.py
@ -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"]))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user