Added png touch icon
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:12:31 +01:00
parent 046cff40da
commit a273b2314e
3 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@
<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 }}">
<script>
FontAwesomeConfig = { autoAddCss: false }