This commit is contained in:
Jerry 2020-08-11 21:16:54 +08:00
commit 195ae9f4c5

View File

@ -10,7 +10,7 @@ script.
'.js-pjax'
]
if (!{theme.Open_Graph_meta && theme.comments.use.includes('Livere')}) {
if (!{theme.Open_Graph_meta && theme.comments.use && theme.comments.use.includes('Livere')}) {
pjaxSelectors.unshift('meta[property="og:image"]', 'meta[property="og:title"]', 'meta[property="og:url"]')
}