diff --git a/_config.yml b/_config.yml index 099c6c44..14964505 100644 --- a/_config.yml +++ b/_config.yml @@ -8,7 +8,9 @@ gems: permalink: pretty # Setup -author: "Alexander Gude" +author: + name: "Alexander Gude" + title: "Alex Gude" tagline: "Data Scientist" description: "The home page and blog of Alexander Gude" diff --git a/_includes/head.html b/_includes/head.html index 2826beeb..1ea68962 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,10 +1,8 @@
- - - + {% if page.title == "Home" %} @@ -76,8 +74,8 @@ - + - + diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 9ea389ef..db58017b 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -1,35 +1,33 @@ - + diff --git a/_layouts/default.html b/_layouts/default.html index c99f6e63..1ded3b5c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,5 @@ - + {% include head.html %} @@ -7,9 +7,9 @@ {% include sidebar.html %} -