From 4f07867f8f2839684eac84872f9d3cd0352dba23 Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Sat, 2 Oct 2021 08:42:19 +0800 Subject: [PATCH] Corrected meta for "description" (patch for #7206) It should be `name`, not `property`. Copy-paste error from the OG version. --- web/src/html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/html.js b/web/src/html.js index ba39f2b83..3cecfe259 100644 --- a/web/src/html.js +++ b/web/src/html.js @@ -78,7 +78,7 @@ function buildOgMetadata(overrideOptions = {}) { const cleanDescription = removeMd(description || SITE_DESCRIPTION); const head = `${SITE_TITLE}\n` + - `\n` + + `\n` + `\n` + `\n` + `\n` +