From 573d5864da4ba1c46f261e94f76cde3ad03f7f88 Mon Sep 17 00:00:00 2001 From: marksylee Date: Sat, 20 Feb 2021 10:44:23 +0800 Subject: [PATCH] add publisher to structured data --- layout/common/head.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layout/common/head.jsx b/layout/common/head.jsx index 6495e06..1640b55 100644 --- a/layout/common/head.jsx +++ b/layout/common/head.jsx @@ -141,10 +141,12 @@ module.exports = class extends Component { facebookAppId={open_graph.fb_app_id} /> : null} {typeof structured_data === 'object' && structured_data !== null ? : null}