commit
8435f56bb3
2 changed files with 20 additions and 17 deletions
5
.changeset/calm-turtles-joke.md
Normal file
5
.changeset/calm-turtles-joke.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@reuters-graphics/graphics-components': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Updates favicons for new kinesis
|
||||||
|
|
@ -139,28 +139,26 @@
|
||||||
<title>{seoTitle}</title>
|
<title>{seoTitle}</title>
|
||||||
<meta name="description" content="{seoDescription}" />
|
<meta name="description" content="{seoDescription}" />
|
||||||
<link rel="canonical" href="{canonicalUrl}" />
|
<link rel="canonical" href="{canonicalUrl}" />
|
||||||
|
<link
|
||||||
|
rel="icon"
|
||||||
|
type="image/png"
|
||||||
|
href="https://graphics.thomsonreuters.com/style-assets/images/logos/favicon/favicon-96x96.png"
|
||||||
|
sizes="96x96"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="icon"
|
||||||
|
type="image/svg+xml"
|
||||||
|
href="https://graphics.thomsonreuters.com/style-assets/images/logos/favicon/kinesis.svg"
|
||||||
|
/>
|
||||||
<link
|
<link
|
||||||
rel="shortcut icon"
|
rel="shortcut icon"
|
||||||
type="image/x-icon"
|
type="image/x-icon"
|
||||||
href="https://s3.reutersmedia.net/resources_v2/images/favicon/favicon.ico"
|
href="https://graphics.thomsonreuters.com/style-assets/images/logos/favicon/favicon.ico"
|
||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="apple-touch-icon"
|
||||||
type="image/png"
|
sizes="180x180"
|
||||||
href="https://s3.reutersmedia.net/resources_v2/images/favicon/favicon-16x16.png"
|
href="https://graphics.thomsonreuters.com/style-assets/images/logos/favicon/apple-touch-icon.png"
|
||||||
sizes="16x16"
|
|
||||||
/>
|
|
||||||
<link
|
|
||||||
rel="icon"
|
|
||||||
type="image/png"
|
|
||||||
href="https://s1.reutersmedia.net/resources_v2/images/favicon/favicon-32x32.png"
|
|
||||||
sizes="32x32"
|
|
||||||
/>
|
|
||||||
<link
|
|
||||||
rel="icon"
|
|
||||||
type="image/png"
|
|
||||||
href="https://s3.reutersmedia.net/resources_v2/images/favicon/favicon-96x96.png"
|
|
||||||
sizes="96x96"
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<meta property="og:url" content="{canonicalUrl}" />
|
<meta property="og:url" content="{canonicalUrl}" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue