Skip to content
Snippets Groups Projects
Commit 11716fa9 authored by syuilo's avatar syuilo
Browse files

Provide og:type

parent 210f11ff
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment