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

@ -3,6 +3,7 @@ image: /assets/images/author.jpg
brand: 2martens
brand_logo: /assets/images/brand.svg
brand_logo_png: /assets/images/brand.png
brand_logo_png150: /assets/images/brand150.png
image_desc:
age: 24
location: Hamburg, Germany

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 }

BIN
assets/images/brand150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB