From 396b04f720dcbe41ce683a783ab6bc86bd3ae7df Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 29 Dec 2024 21:29:01 -0600 Subject: [PATCH] feat: added twitter card --- frontend/elm-land.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/frontend/elm-land.json b/frontend/elm-land.json index 231bca7..61697ad 100755 --- a/frontend/elm-land.json +++ b/frontend/elm-land.json @@ -31,16 +31,19 @@ "content": "https://upRootNutrition.com" }, { - "property": "twitter:card", + "name": "twitter:card", "content": "summary_large_image" - }, { - "property": "twitter:title", + }, + { + "name": "twitter:title", "content": "upRootNutrition" - }, { - "property": "twitter:description", + }, + { + "name": "twitter:description", "content": "upRootNutrition is an open source project, created by Nick Hiebert, designed to elevate the quality of nutrition science communication in online discourse. By applying more rigorous systems of reasoning, such as formal logic and semantic analysis, upRootNutrition aims to cut through the misinformation and sophistry that are endemic on social media." - }, { - "property": "twitter:image", + }, + { + "name": "twitter:image", "content": "/assets/card.png" }, {