diff --git a/frontend/elm-land.json b/frontend/elm-land.json index 71e426c..231bca7 100755 --- a/frontend/elm-land.json +++ b/frontend/elm-land.json @@ -30,6 +30,19 @@ "property": "og:url", "content": "https://upRootNutrition.com" }, + { + "property": "twitter:card", + "content": "summary_large_image" + }, { + "property": "twitter:title", + "content": "upRootNutrition" + }, { + "property": "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", + "content": "/assets/card.png" + }, { "property": "og: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." diff --git a/frontend/static/assets/twittercard.png b/frontend/static/assets/twittercard.png new file mode 100755 index 0000000..7edd955 Binary files /dev/null and b/frontend/static/assets/twittercard.png differ