feat: added twitter card

This commit is contained in:
Nick 2024-12-29 21:21:56 -06:00
parent 243c3c555b
commit 620852fc42
2 changed files with 13 additions and 0 deletions

View file

@ -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."

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB