From 5b56a8cb335a1d45bb15713a0348e2988d72380f Mon Sep 17 00:00:00 2001 From: scotty Date: Fri, 4 Mar 2016 17:07:06 -0800 Subject: [PATCH] moved page title conditional into head-header.html added switch to setFooterType() Introducing: community.html --- _includes/footer.html | 2 +- _includes/head-header.html | 7 ++++--- _layouts/docwithnav.html | 1 - _sass/_base.sass | 2 +- _sass/_desktop.sass | 13 +++++++++++++ community.html | 26 ++++++++++++++++++++++++++ js/script.js | 16 ++++++++++++---- 7 files changed, 57 insertions(+), 10 deletions(-) create mode 100644 community.html diff --git a/_includes/footer.html b/_includes/footer.html index 84cc4c4ed8..e4760fd87d 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -4,7 +4,7 @@ Get Started Documentation Blog - Community + Community
diff --git a/_includes/head-header.html b/_includes/head-header.html index 151103b224..df2605c4de 100644 --- a/_includes/head-header.html +++ b/_includes/head-header.html @@ -1,3 +1,4 @@ +{% if page.title %}{% assign title=page.title %}{% endif %} @@ -7,14 +8,14 @@ - Kubernetes - {{ page.title }} + Kubernetes - {{ title }}
@@ -30,7 +31,7 @@

Pellentesque in ipsum id orci porta dapibus. Nulla porttitor accumsan tincidunt.