From a3a9f893ae2a0db88bc69de5ade48a975b764377 Mon Sep 17 00:00:00 2001 From: Nicholas Jitkoff Date: Mon, 20 Jun 2022 07:38:18 -0700 Subject: [PATCH] Add description to opengraph data --- docs/render/recipe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/render/recipe.js b/docs/render/recipe.js index 4d51323..fc69c80 100644 --- a/docs/render/recipe.js +++ b/docs/render/recipe.js @@ -191,7 +191,7 @@ function render() { instructions = json.recipeInstructions; let title = clean(json.name); let description = clean(json.description); - parent.postMessage({title:title, favicon:"🍴", image:image, description:description wakeLock:true, updateURL:true}, "*"); + parent.postMessage({title:title, favicon:"🍴", image:image, description:description, wakeLock:true, updateURL:true}, "*"); // let text = instructions.join(" ");