fix(markup): fix og:title
This commit is contained in:
committed by
Benedikt Rötsch
parent
93dd5ba1db
commit
d75464dd77
@@ -6,7 +6,7 @@ html
|
|||||||
meta(name='viewport' content='width=device-width, initial-scale=1')
|
meta(name='viewport' content='width=device-width, initial-scale=1')
|
||||||
meta(name='description' content='This is The Example App, an application built to serve you as a reference while building your own applications using Contentful.')
|
meta(name='description' content='This is The Example App, an application built to serve you as a reference while building your own applications using Contentful.')
|
||||||
meta(name='twitter:card' value='This is The Example App, an application built to serve you as a reference while building your own applications using Contentful.')
|
meta(name='twitter:card' value='This is The Example App, an application built to serve you as a reference while building your own applications using Contentful.')
|
||||||
meta(property='og:title' content='Title Here')
|
meta(property='og:title' content=title)
|
||||||
meta(property='og:type' content='article')
|
meta(property='og:type' content='article')
|
||||||
meta(property='og:url' content='http://contentful-example-app.herokuapp.com/')
|
meta(property='og:url' content='http://contentful-example-app.herokuapp.com/')
|
||||||
meta(property='og:image' content='http://contentful-example-app.herokuapp.com/images/logo.svg')
|
meta(property='og:image' content='http://contentful-example-app.herokuapp.com/images/logo.svg')
|
||||||
|
|||||||
Reference in New Issue
Block a user