diff --git a/Gmeek.py b/Gmeek.py index 82368fe..3fb3bdd 100644 --- a/Gmeek.py +++ b/Gmeek.py @@ -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"])