mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
Add description to opengraph data
This commit is contained in:
parent
96c8a2b1b3
commit
a3a9f893ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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(" ");
|
||||
|
|
|
|||
Loading…
Reference in a new issue