Added png favicon 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:05:59 +01:00
parent f1fcaba7eb
commit 046cff40da
3 changed files with 2 additions and 0 deletions

View File

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

View File

@ -34,6 +34,7 @@
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> <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 }}" <link rel="alternate" type="application/rss+xml" title="{{ site.title }}"
href="{{ site.baseurl }}{% link feed.xml %}"> href="{{ site.baseurl }}{% link feed.xml %}">
<link rel="icon" href="{{ site.data.author.brand_logo_png }}" type="image/png">
<script> <script>
FontAwesomeConfig = { autoAddCss: false } FontAwesomeConfig = { autoAddCss: false }

BIN
assets/images/brand.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB