diff --git a/src/templates/GhostPost.vue b/src/templates/GhostPost.vue index edce938..c99b7d8 100644 --- a/src/templates/GhostPost.vue +++ b/src/templates/GhostPost.vue @@ -99,8 +99,10 @@ export default { { property: 'article:published_time', content: this.thisPost.date }, ] - for (var i=0; i{return t.title}).join(',') }, + { property: 'twitter:data2', content: this.thisPost.tags ? this.thisPost.tags.map((t)=>{return t.title}).join(',') : '' }, ]) if (Admin.social_media && Admin.social_media.twitter) {