1
- <!-- start favicons snippet, use https://realfavicongenerator.net/ -->
2
- {%- include snippets/prepend-baseurl.html path='/assets/apple-touch-icon.png' -%}
3
- < link rel ="apple-touch-icon " sizes ="180x180 " href ="{{ __return }} ">
4
-
5
- {%- include snippets/prepend-baseurl.html path='/assets/favicon-32x32.png' -%}
6
- < link rel ="icon " type ="image/png " sizes ="32x32 " href ="{{ __return }} ">
7
-
8
- {%- include snippets/prepend-baseurl.html path='/assets/favicon-16x16.png' -%}
9
- < link rel ="icon " type ="image/png " sizes ="16x16 " href ="{{ __return }} ">
10
-
11
- {%- include snippets/prepend-baseurl.html path='/assets/site.webmanifest' -%}
12
- < link rel ="manifest " href ="{{ __return }} ">
13
-
14
- {%- include snippets/prepend-baseurl.html path='/assets/safari-pinned-tab.svg' -%}
15
- < link rel ="mask-icon " href ="{{ __return }} " color ="#fc4d50 ">
16
-
17
- {%- include snippets/prepend-baseurl.html path='/assets/favicon.ico' -%}
18
- < link rel ="shortcut icon " href ="{{ __return }} ">
19
-
20
- < meta name ="msapplication-TileColor " content ="#ffc40d ">
21
-
22
- {%- include snippets/prepend-baseurl.html path='/assets/browserconfig.xml' -%}
23
- < meta name ="msapplication-config " content ="{{ __return }} ">
24
-
25
- < meta name ="theme-color " content ="#ffffff ">
26
- <!-- end favicons snippet -->
1
+ < link rel ="apple-touch-icon " sizes ="180x180 " href ="/apple-touch-icon.png ">
2
+ < link rel ="icon " type ="image/png " sizes ="32x32 " href ="/favicon-32x32.png ">
3
+ < link rel ="icon " type ="image/png " sizes ="16x16 " href ="/favicon-16x16.png ">
4
+ < link rel ="manifest " href ="/site.webmanifest ">
5
+ < link rel ="mask-icon " href ="/safari-pinned-tab.svg " color ="#5bbad5 ">
6
+ < meta name ="msapplication-TileColor " content ="#da532c ">
7
+ < meta name ="theme-color " content ="#ffffff ">
0 commit comments