This commit is contained in:
ManjaroOne666 2019-02-04 21:47:19 +00:00
parent 4417e04416
commit 0404667166
1 changed files with 5 additions and 4 deletions

View File

@ -16,11 +16,12 @@ module.exports = {
meta: [ meta: [
{ charset: 'utf-8' }, { charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'description', name: 'description', content: 'Marc Leopold is a Chicago born photographer whose images have appeared in many collections and publications. His website is a showcase of his outstanding work and an insight into his philosophy and motivations.' }, { hid: 'description', name: 'description', content: 'Marc Leopold is a Chicago born photographer whose images have appeared in many collections and publications. His website is a showcase of his outstanding work and an insight into his philosophy and motivations.' },
{ property: 'og:image', content: ''}, { property: 'og:image', content: 'XXXXXXXXXXX'},
{ property: 'og:image:width', content: ''}, { property: 'og:image:width', content: 'XXXXXXXXXXX'},
{ property: 'og:image:height', content: ''}, { property: 'og:image:height', content: 'XXXXXXXXXXX'},
{ property: 'og:title', content: 'Marc Leopold Photography' }, { property: 'og:title', content: 'Marc Leopold Photography' },
{ property: 'og:url', content: 'https://marcleopold.isnet.uk' }, { property: 'og:url', content: 'https://marcleopold.isnet.uk' },
{ property: 'og:site_name', content: 'Marc Leopold Photography' }, { property: 'og:site_name', content: 'Marc Leopold Photography' },
@ -28,7 +29,7 @@ module.exports = {
{ property: 'og:description', content: 'Marc Leopold is a Chicago born photographer whose images have appeared in many collections and publications. His website is a showcase of his outstanding work and an insight into his philosophy and motivations.' }, { property: 'og:description', content: 'Marc Leopold is a Chicago born photographer whose images have appeared in many collections and publications. His website is a showcase of his outstanding work and an insight into his philosophy and motivations.' },
{ name: 'twitter:card', content: 'summary' }, { name: 'twitter:card', content: 'summary' },
{ name: 'twitter:title', content: 'Marc Leopold Photography' }, { name: 'twitter:title', content: 'Marc Leopold Photography' },
{ name: 'twitter:image', content: '' }, { name: 'twitter:image', content: 'XXXXXXXXXXX' },
{ name: 'twitter:image:alt', content: 'The website of Marc Leopold Photography.' }, { name: 'twitter:image:alt', content: 'The website of Marc Leopold Photography.' },
{ name: 'twitter:creator', content: '@studiovxweb' }, { name: 'twitter:creator', content: '@studiovxweb' },
], ],