mirror of https://github.com/Meekdai/Gmeek.git
singlePage不添加bottomText
This commit is contained in:
parent
5cde4f52e1
commit
051d230678
3
Gmeek.py
3
Gmeek.py
|
|
@ -117,6 +117,9 @@ class GMEEK():
|
|||
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