Jekyll-Garden/jekyll-garden.github.io

Favicon is not displayed on /

Closed this issue · 0 comments

Hello,
thank you for your work :)

I have a problem with the favicon in the root/. This is displayed everywhere (/Index.html etc.) but not on the start page - and only on iOS. What could be the reason for this?

<link rel="apple-touch-icon" sizes="180x180" href="{{ site.baseurl }}/apple-touch-icon.png"> <link rel="icon" type="image/svg+xml" href="{{ site.baseurl }}/favicon.svg"> <link rel="icon" type="image/png" sizes="32x32" href="{{ site.baseurl }}/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="{{ site.baseurl }}/favicon-16x16.png"> <link rel="manifest" href="{{ site.baseurl }}/site.webmanifest"> <link rel="mask-icon" href="{{ site.baseurl }}/safari-pinned-tab.svg" color="#5bbad5">