Added mask icon and changed role of favicon
All checks were successful
the build was successful

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2018-11-24 16:32:39 +01:00
parent a273b2314e
commit bc456e7df6
3 changed files with 113 additions and 2 deletions

View File

@ -34,8 +34,9 @@
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}"
href="{{ site.baseurl }}{% link feed.xml %}">
<link rel="icon" href="{{ site.data.author.brand_logo_png }}" type="image/png">
<link rel="apple-touch-icon-precomposed" sizes="150x150" href="{{ site.data.author.brand_logo_png150 }}">
<link rel="mask-icon" href="{{ site.data.author.brand_logo_mask }}" sizes="any">
<link rel="shortcut icon" href="{{ site.data.author.brand_logo_png }}" type="image/png">
<link rel="apple-touch-icon" sizes="150x150" href="{{ site.data.author.brand_logo_png150 }}">
<script>
FontAwesomeConfig = { autoAddCss: false }