mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
added meta tags to phi3 small medium blog post (#20760)
Updated blog post meta tags. Should work.
This commit is contained in:
parent
7c820c45b1
commit
23998c7b17
2 changed files with 3 additions and 3 deletions
|
|
@ -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'
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue