Skip to content

Commit

Permalink
[!!!][TASK] update favicon settings, add msapplication-TileColor and …
Browse files Browse the repository at this point in the history
…site.webmanifest (favicongenerator)
  • Loading branch information
dmh committed Jun 25, 2018
1 parent 245550b commit e954219
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Configuration/TypoScript/Library/page.headerData.setupts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ page.headerData.185.value (
<link rel="apple-touch-icon" sizes="180x180" href="{$themes.configuration.favicons.path}/apple-touch-icon.png">
<link rel="icon" type="image/png" href="{$themes.configuration.favicons.path}/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="{$themes.configuration.favicons.path}/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="{$themes.configuration.favicons.path}/manifest.json">
<link rel="manifest" href="{$themes.configuration.favicons.path}/site.webmanifest">
<link rel="mask-icon" href="{$themes.configuration.favicons.path}/safari-pinned-tab.svg" color="{$themes.configuration.favicons.maskIconColor}">
<link rel="shortcut icon" href="{$themes.configuration.favicons.path}/favicon.ico">
<meta name="msapplication-TileColor" content="{$themes.configuration.favicons.maskIconColor}">
<meta name="msapplication-config" content="{$themes.configuration.favicons.path}/browserconfig.xml">
<meta name="theme-color" content="{$themes.configuration.favicons.themeColor}">
)
Expand Down

0 comments on commit e954219

Please sign in to comment.