From 23b727204f213fe36598673e08c824ac69b98a29 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Mon, 25 Dec 2017 21:53:21 +0100 Subject: [PATCH] Removed hard-coded brand and author information Signed-off-by: Jim Martens --- _data/author.yml | 4 +++- _includes/header.html | 4 ++-- assets/images/{jim.jpg => author.jpg} | Bin assets/images/{2martensIco.svg => brand.svg} | 0 4 files changed, 5 insertions(+), 3 deletions(-) rename assets/images/{jim.jpg => author.jpg} (100%) rename assets/images/{2martensIco.svg => brand.svg} (100%) diff --git a/_data/author.yml b/_data/author.yml index 3c5b7d3..505081a 100644 --- a/_data/author.yml +++ b/_data/author.yml @@ -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 diff --git a/_includes/header.html b/_includes/header.html index 6fa8b3a..a0e4187 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -2,8 +2,8 @@