From e5d5685ad5732841b9b97ee95ab3124238b1bf11 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Sun, 10 Apr 2016 12:16:10 -0400 Subject: [PATCH] Add optional location to author sidebar --- _config.yml | 1 + _includes/author-profile.html | 5 ++++- assets/_scss/_sidebar.scss | 5 ++++- assets/css/main.css | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 3aeb8c3..1178ae5 100644 --- a/_config.yml +++ b/_config.yml @@ -65,6 +65,7 @@ author: name : *name avatar : "bio-photo.jpg" bio : *description + location : "Buffalo, NY" email : *email uri : "https://mademistakes.com" codepen : diff --git a/_includes/author-profile.html b/_includes/author-profile.html index 0f1e1f5..7ecaeaa 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -20,8 +20,11 @@