forked from FoundKeyGang/FoundKey
Provide og:type
This commit is contained in:
parent
210f11ffd8
commit
11716fa9d3
2 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ block desc
|
|||
|
||||
block meta
|
||||
meta(name='twitter:card' content='summary')
|
||||
meta(property='og:type' content='article')
|
||||
meta(property='og:title' content= title)
|
||||
meta(property='og:description' content= summary)
|
||||
meta(property='og:url' content= url)
|
||||
|
|
|
@ -13,6 +13,7 @@ block desc
|
|||
|
||||
block meta
|
||||
meta(name='twitter:card' content='summary')
|
||||
meta(property='og:type' content='blog')
|
||||
meta(property='og:title' content= title)
|
||||
meta(property='og:description' content= user.description)
|
||||
meta(property='og:url' content= url)
|
||||
|
|
Loading…
Reference in a new issue