fix(twitter-cards): use correct tw card meta value attribute

This commit is contained in:
Benedikt Rötsch
2017-11-06 14:42:33 +01:00
committed by Benedikt Rötsch
parent dcfd274e92
commit 2575aa81d4

View File

@@ -5,7 +5,7 @@ html
link(rel='stylesheet', href='/stylesheets/style.css') link(rel='stylesheet', href='/stylesheets/style.css')
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' content='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=helpers.formatMetaTitle(title)) meta(property='og:title' content=helpers.formatMetaTitle(title))
meta(property='og:type' content='article') meta(property='og:type' content='article')
meta(property='og:url' content=`http://contentful-example-app.herokuapp.com${currentPath}`) meta(property='og:url' content=`http://contentful-example-app.herokuapp.com${currentPath}`)