Skip to content

Commit 6e021a9

Browse files
authored
replace favicons & some updates (Codeception#269)
1 parent 15623fb commit 6e021a9

11 files changed

+9
-9
lines changed

_layouts/bootstrap.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030

3131
<!-- Other -->
3232
<link title="Codeception Blog" type="application/rss+xml" rel="alternate" href="/rss.xml">
33-
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicons/apple-touch-icon.png">
34-
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicons/favicon-32x32.png">
35-
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicons/favicon-16x16.png">
36-
<link rel="manifest" href="/images/favicons/site.webmanifest">
37-
<link rel="mask-icon" href="/images/favicons/safari-pinned-tab.svg" color="#236BFD">
38-
<link rel="shortcut icon" type="image/png" href="/images/favicons/favicon.ico"/>
33+
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
34+
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
35+
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
36+
<link rel="shortcut icon" href="/favicons/favicon.ico"/>
37+
<link rel="manifest" href="/favicons/site.webmanifest">
38+
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#236BFD">
3939
<meta name="msapplication-TileColor" content="#da532c">
4040
<meta name="theme-color" content="#236BFD">
4141
<link rel="author" href="https://plus.google.com/+Codeception">
File renamed without changes.

images/favicons/browserconfig.xml renamed to favicons/browserconfig.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<browserconfig>
33
<msapplication>
44
<tile>
5-
<square150x150logo src="/images/favicons/mstile-150x150.png"/>
5+
<square150x150logo src="/favicons/mstile-150x150.png"/>
66
<TileColor>#236BFD</TileColor>
77
</tile>
88
</msapplication>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)