added meta tags to phi3 small medium blog post (#20760)

Updated blog post meta tags. Should work.
This commit is contained in:
Maanav Dalal 2024-05-21 17:39:25 -07:00 committed by GitHub
parent 7c820c45b1
commit 23998c7b17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -9,8 +9,8 @@ authors:
authorsLink:
[
]
image: 'https://freeimage.host/i/JiYKUNe'
imageSquare: 'https://freeimage.host/i/JiYKUNe'
image: 'https://iili.io/JiYKUNe.png'
imageSquare: 'https://iili.io/JiYKUNe.png'
url: 'https://onnxruntime.ai/blogs/accelerating-phi-3-small-medium'
---

View file

@ -59,13 +59,13 @@
<meta name="author" content={authors.join(', ')} />
<meta name="date" content={date} />
<meta name="og:title" content={title} />
<meta name="og:image" content={imageSquare ? imageSquare : image} />
<meta name="og:description" content={description} />
<meta name="og:type" content="article" />
<meta name="og:url" content={url} />
<meta name="twitter:title" content={title} />
<meta name="twitter:description" content={description} />
<meta name="image" content={image} />
<meta name="og:image" content={imageSquare ? imageSquare : image} />
<meta name="twitter:card" content={imageSquare ? imageSquare : image} />
<meta name="twitter:image" content={image} />
<meta name="robots" content={robots} />