File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ <!-- Favicons as generated by http://cthedot.de/icongen -->
3
+ < link rel ="shortcut icon " type ="image/ico " href ="{{ "favicons /favicon.ico" | relURL }}">
4
+ < link rel ="apple-touch-icon " href ="{{ "favicons /apple-touch-icon-180x180.png" | relURL }}" sizes="180x180 ">
5
+ < link rel ="icon " type ="image/png " href ="{{ "favicons /favicon-16x16.png" | relURL }}" sizes="16x16 ">
6
+ < link rel ="icon " type ="image/png " href ="{{ "favicons /favicon-32x32.png" | relURL }}" sizes="32x32 ">
7
+ < link rel ="icon " type ="image/png " href ="{{ "favicons /android-36x36.png" | relURL }}" sizes="36x36 ">
8
+ < link rel ="icon " type ="image/png " href ="{{ "favicons /android-48x48.png" | relURL }}" sizes="48x48 ">
9
+ < link rel ="icon " type ="image/png " href ="{{ "favicons /android-72x72.png" | relURL }}" sizes="72x72 ">
10
+ < link rel ="icon " type ="image/png " href ="{{ "favicons /android-96x96.png" | relURL }}" sizes="96x96 ">
11
+ < link rel ="icon " type ="image/png " href ="{{ "favicons /android-144x144.png" | relURL }}" sizes="144x144 ">
12
+ < link rel ="icon " type ="image/png " href ="{{ "favicons /android-192x192.png" | relURL }}" sizes="192x192 ">
You can’t perform that action at this time.
0 commit comments