diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/kronika/_year/_month/_day/_title/index.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/kronika/_year/_month/_day/_title/index.vue b/pages/kronika/_year/_month/_day/_title/index.vue index 27006fc..fa9a9ab 100644 --- a/pages/kronika/_year/_month/_day/_title/index.vue +++ b/pages/kronika/_year/_month/_day/_title/index.vue @@ -21,17 +21,17 @@ export default { meta: [ { hid: 'og:title', - name: 'og:title', + property: 'og:title', content: this.attributes.title }, { hid: 'og:type', - name: 'og:type', + property: 'og:type', content: 'article' }, { hid: 'og:article:author', - name: 'og:article:author', + property: 'og:article:author', content: this.attributes.author } ] |