Removed hard-coded brand and author information

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2017-12-25 21:53:21 +01:00
parent 28553a5f08
commit 23b727204f
4 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
name: Jim Martens
image: /assets/images/jim.jpg
image: /assets/images/author.jpg
brand: 2martens
brand_logo: /assets/images/brand.svg
image_desc:
age: 23
location: Hamburg, Germany

View File

@ -2,8 +2,8 @@
<nav class="navbar navbar-expand-lg navbar-light fixed-top">
<div class="container">
<a class="navbar-brand" href="{{ site.baseurl }}/">
<img src="{% link /assets/images/2martensIco.svg %}" width="30" height="30" class="d-inline-block align-top"
alt="2martens Brand Icon">
<img src="{{ site.data.author.brand_image }}" width="30" height="30" class="d-inline-block align-top"
alt="{{ site.data.author.brand }} Brand Icon">
{{ site.title }}
</a>

View File

Before

Width:  |  Height:  |  Size: 745 KiB

After

Width:  |  Height:  |  Size: 745 KiB

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB