From 354394bf5262e09a3c5a7507404ad0eb8134e408 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Thu, 15 Dec 2016 12:35:33 -0800 Subject: [PATCH] add basic layout Signed-off-by: Jess Frazelle --- _layouts/basic.html | 15 +++++++++++++++ case-studies/index.html | 14 ++------------ case-studies/pearson.html | 15 ++------------- case-studies/wikimedia.html | 15 ++------------- community/index.html | 17 +++-------------- partners/index.html | 15 ++------------- 6 files changed, 26 insertions(+), 65 deletions(-) create mode 100644 _layouts/basic.html diff --git a/_layouts/basic.html b/_layouts/basic.html new file mode 100644 index 0000000000..d2b684df52 --- /dev/null +++ b/_layouts/basic.html @@ -0,0 +1,15 @@ + + + + {% include head.html %} + + + {% include header.html %} + + {{ content }} + + {% include footer.html %} + + {% include footer-scripts.html %} + + diff --git a/case-studies/index.html b/case-studies/index.html index 9a09623206..e4e15111c5 100644 --- a/case-studies/index.html +++ b/case-studies/index.html @@ -1,16 +1,10 @@ --- title: Case Studies +layout: basic class: gridPage +cid: caseStudies --- - - -{% include head.html %} - - - -{% include header.html %} -

Kubernetes User Case Studies

A collection of users running Kubernetes in production.
@@ -103,7 +97,3 @@ class: gridPage -{% include footer.html %} - - - diff --git a/case-studies/pearson.html b/case-studies/pearson.html index 34afa89522..45428b0bf3 100644 --- a/case-studies/pearson.html +++ b/case-studies/pearson.html @@ -1,16 +1,10 @@ --- title: Pearson Case Study +layout: basic class: gridPage +cid: caseStudies --- - - -{% include head.html %} - - - -{% include header.html %} -

Pearson Case Study

@@ -85,8 +79,3 @@ class: gridPage
- -{% include footer.html %} - - - diff --git a/case-studies/wikimedia.html b/case-studies/wikimedia.html index 50a3910b75..7431c13650 100644 --- a/case-studies/wikimedia.html +++ b/case-studies/wikimedia.html @@ -1,16 +1,10 @@ --- title: Wikimedia Case Study +layout: basic class: gridPage +cid: caseStudies --- - - -{% include head.html %} - - - -{% include header.html %} -

Wikimedia Case Study

@@ -100,8 +94,3 @@ class: gridPage - -{% include footer.html %} - - - diff --git a/community/index.html b/community/index.html index b142585874..4686ebb442 100644 --- a/community/index.html +++ b/community/index.html @@ -1,17 +1,11 @@ --- title: Community +layout: basic +cid: community --- - - -{% include head.html %} - - - -{% include header.html %} -
-

Community

+

Community

@@ -65,8 +59,3 @@ title: Community
- -{% include footer.html %} - - - diff --git a/partners/index.html b/partners/index.html index 65127b8b3b..13ee6e2396 100644 --- a/partners/index.html +++ b/partners/index.html @@ -1,16 +1,10 @@ --- title: Partners +layout: basic class: gridPage +cid: partners --- - - -{% include head.html %} - - - -{% include header.html %} -

Kubernetes Partners

Growing the Kubernetes ecosystem.
@@ -27,8 +21,6 @@ class: gridPage
-{% include footer.html %} - @@ -36,6 +28,3 @@ class: gridPage - - -