File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
src/shared/components/Contentful/Article Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ class Article extends React.Component {
167
167
< meta name = "title" property = "og:title" content = { fields . title } />
168
168
< meta name = "description" property = "og:description" content = { description } />
169
169
< meta name = "description" property = "description" content = { description } />
170
+ < meta name = "twitter:title" content = { fields . title } />
170
171
< meta name = "twitter:description" content = { description } />
171
172
< meta name = "image" property = "og:image" content = { fields . featuredImage ? `https:${ subData . assets . items [ fields . featuredImage . sys . id ] . fields . file . url } ` : DEFAULT_BANNER_IMAGE } />
172
173
< meta name = "twitter:image" content = { fields . featuredImage ? `https:${ subData . assets . items [ fields . featuredImage . sys . id ] . fields . file . url } ` : DEFAULT_BANNER_IMAGE } />
You can’t perform that action at this time.
0 commit comments