Update Gmeek.py

This commit is contained in:
Meekdai 2024-01-26 10:42:33 +08:00
parent 19e900fa7f
commit 24e0bc876d

View File

@ -117,7 +117,7 @@ class GMEEK():
else:
postBase["highlight"]=0
if postBase["label"] in self.blogBase["singlePage"]:
if issue["label"] in self.blogBase["singlePage"]:
postBase["bottomText"]=''
self.renderHtml('post.html',postBase,{},issue["htmlDir"])