From 30ada4a22077f6e3a0f331650b01bb8dde94ff09 Mon Sep 17 00:00:00 2001 From: Holger Reinhardt Date: Sat, 30 Jan 2016 22:39:03 +0100 Subject: [PATCH] fixing typo and another attempt to fix headline --- _config.yml | 3 ++- _includes/head.html | 2 +- _includes/nav.html | 4 ++-- _posts/2015-11-11-Hello-World.md | 2 +- _posts/2015-11-17-oscon.md | 2 +- _posts/2015-11-19-api-journey.md | 2 +- _posts/2015-12-07-devopscon-2015.md | 4 ++-- _posts/2015-12-08-DockerCon-EU-2015.md | 2 +- _posts/2015-12-11-apidays-paris.md | 2 +- _posts/2015-12-8-microservices-devopscon.md | 2 +- _posts/2016-01-11-log-aggregation.md | 2 +- _posts/2016-01-18-fluentd-log-parsing.md | 2 +- index.html | 1 - 13 files changed, 15 insertions(+), 15 deletions(-) diff --git a/_config.yml b/_config.yml index eb25296..e47cac4 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,8 @@ # Your site title: Design + Dev + Ops at haufe-lexware.de -description: The Development, Design and Ops blog from Haufe-Lexware +description: The Development, Design and Operations Blog from Haufe-Lexware +headline: Silicon Black Forest header-img: images/bg-home.jpg email: your-email@yourdomain.com copyright_name: Haufe-Lexware GmbH & Co.KG diff --git a/_includes/head.html b/_includes/head.html index f6c9a40..a11853a 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -5,7 +5,7 @@ - {% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %} + {% if page.title %}{{ page.title }} - {{ site.headline }}{% else %}{{ site.headline }}{% endif %} diff --git a/_includes/nav.html b/_includes/nav.html index c1e6089..cbd5895 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -15,9 +15,9 @@