36
36
<!--iframeResizer-->
37
37
< script src ="/assets/js/iframe-resizer.parent.js "> </ script >
38
38
<!-- Favicons ================================================== -->
39
- < link rel ="apple-touch-icon " sizes ="57x57 " href ="{{ "/images/favicon/apple-icon-57x57.png" | prepend: site.baseurl }}">
40
- < link rel ="apple-touch-icon " sizes ="60x60 " href ="{{ "/images/favicon/apple-icon-60x60.png" | prepend: site.baseurl }}">
41
- < link rel ="apple-touch-icon " sizes ="72x72 " href ="{{ "/images/favicon/apple-icon-72x72.png" | prepend: site.baseurl }}">
42
- < link rel ="apple-touch-icon " sizes ="76x76 " href ="{{ "/images/favicon/apple-icon-76x76.png" | prepend: site.baseurl }}">
43
- < link rel ="apple-touch-icon " sizes ="114x114 " href ="{{ "/images/favicon/apple-icon-114x114.png" | prepend: site.baseurl }}">
44
- < link rel ="apple-touch-icon " sizes ="120x120 " href ="{{ "/images/favicon/apple-icon-120x120.png" | prepend: site.baseurl }}">
45
- < link rel ="apple-touch-icon " sizes ="144x144 " href ="{{ "/images/favicon/apple-icon-144x144.png" | prepend: site.baseurl }}">
46
- < link rel ="apple-touch-icon " sizes ="152x152 " href ="{{ "/images/favicon/apple-icon-152x152.png" | prepend: site.baseurl }}">
47
- < link rel ="apple-touch-icon " sizes ="180x180 " href ="{{ "/images/favicon/apple-icon-180x180.png" | prepend: site.baseurl }}">
48
- < link rel ="icon " type ="image/png " sizes ="192x192 " href ="{{ "/images/favicon/android-icon-192x192.png" | prepend: site.baseurl }}">
49
- < link rel ="icon " type ="image/png " sizes ="32x32 " href ="{{ "/images/favicon/favicon-32x32.png" | prepend: site.baseurl }}/">
50
- < link rel ="icon " type ="image/png " sizes ="96x96 " href ="{{ "/images/favicon/favicon-96x96.png" | prepend: site.baseurl }}">
51
- < link rel ="icon " type ="image/png " sizes ="16x16 " href ="{{ "/images/favicon/favicon-16x16.png" | prepend: site.baseurl }}">
52
- < link rel ="manifest " href ="{{ "/images/favicon/manifest.json" | prepend: site.baseurl }}">
53
- < meta name ="msapplication-TileColor " content ="#ffffff ">
54
- < meta name ="msapplication-TileImage " content ="/ms-icon-144x144.png ">
55
- < meta name ="theme-color " content ="#ffffff ">
56
- < link rel ="canonical " href ="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }} ">
57
- < link rel ="alternate " type ="application/atom+xml " title ="{{ site.title }} " href ="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
58
- {% include plausible.html %}
39
+ < link rel ="icon " type ="image/png " href ="/images/favicon/favicon-96x96.png " sizes ="96x96 " />
40
+ < link rel ="icon " type ="image/svg+xml " href ="/images/favicon/favicon.svg " />
41
+ < link rel ="shortcut icon " href ="/images/favicon/favicon.ico " />
42
+ < link rel ="apple-touch-icon " sizes ="180x180 " href ="/images/favicon/apple-touch-icon.png " />
43
+ < link rel ="manifest " href ="/images/favicon/site.webmanifest " />
44
+ < link rel ="canonical " href ="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }} ">
45
+ < link rel ="alternate " type ="application/atom+xml " title ="{{ site.title }} " href ="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
46
+ {% include plausible.html %}
59
47
</ head >
0 commit comments