Update Gmeek.py
This commit is contained in:
parent
20db67dcd9
commit
4330e64d7d
3
Gmeek.py
3
Gmeek.py
@ -71,6 +71,9 @@ class GMEEK():
|
||||
if "displayTitle" not in self.blogBase:
|
||||
self.blogBase["displayTitle"]=self.blogBase["title"]
|
||||
|
||||
if "faviconUrl" not in self.blogBase:
|
||||
self.blogBase["faviconUrl"]=self.blogBase["avatarUrl"]
|
||||
|
||||
if "homeUrl" not in self.blogBase:
|
||||
if str(self.repo.name) == (str(self.repo.owner.login)+".github.io"):
|
||||
pages_url = f"https://{self.repo.name}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user