og:image
This commit is contained in:
parent
d7f01816ba
commit
4959661d0b
2
Gmeek.py
2
Gmeek.py
@ -140,7 +140,7 @@ class GMEEK():
|
||||
postBase["description"]=issue["description"]
|
||||
postBase["createdDate"]=issue["createdDate"]
|
||||
postBase["author"]=self.blogBase["title"]
|
||||
postBase["avatarUrl"]=self.blogBase["avatarUrl"]
|
||||
postBase["avatarUrl"]=self.blogBase["faviconUrl"]
|
||||
postBase["postBody"]=post_body
|
||||
postBase["commentNum"]=issue["commentNum"]
|
||||
postBase["style"]=issue["style"]
|
||||
|
||||
@ -8,6 +8,8 @@
|
||||
<meta property="og:url" content="{{ blogBase['postUrl'] }}">
|
||||
<meta property="og:image" content="{{ blogBase['avatarUrl'] }}" />
|
||||
<meta property="og:image:type" content="image/svg+xml">
|
||||
<meta property="og:image:width" content="64">
|
||||
<meta property="og:image:height" content="64">
|
||||
<meta property="article:published_time" content="{{ blogBase['createdDate'] }}">
|
||||
<meta property="article:author" content="{{ blogBase['author'] }}">
|
||||
<title>{{ blogBase['postTitle'] }}</title>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user