diff --git a/_includes/head-header.html b/_includes/head-header.html deleted file mode 100644 index 43e56595b4..0000000000 --- a/_includes/head-header.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - {% if page.class == "gridPage" %}{% endif %} - - - - - - {% seo %} - - -
-
- - - - - -
diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000000..2f85549db5 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,17 @@ + + + + + + + + + + {% if page.class == "gridPage" %}{% endif %} + + + + + + {% seo %} + diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 0000000000..436e4262c4 --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,58 @@ +
+ +
+ + + + + +
diff --git a/_layouts/docwithnav.html b/_layouts/docwithnav.html index 4ac68e8acd..65418b3ece 100755 --- a/_layouts/docwithnav.html +++ b/_layouts/docwithnav.html @@ -10,7 +10,11 @@ -{% include head-header.html %} +{% include head.html %} + + + +{% include header.html %}
diff --git a/case-studies/index.html b/case-studies/index.html index 35082bbf2c..9a09623206 100644 --- a/case-studies/index.html +++ b/case-studies/index.html @@ -5,7 +5,11 @@ class: gridPage -{% include head-header.html %} +{% include head.html %} + + + +{% include header.html %}

Kubernetes User Case Studies

diff --git a/case-studies/pearson.html b/case-studies/pearson.html index 9d0943392b..34afa89522 100644 --- a/case-studies/pearson.html +++ b/case-studies/pearson.html @@ -5,7 +5,11 @@ class: gridPage -{% include head-header.html %} +{% include head.html %} + + + +{% include header.html %}

Pearson Case Study

diff --git a/case-studies/wikimedia.html b/case-studies/wikimedia.html index ff019a3fd7..50a3910b75 100644 --- a/case-studies/wikimedia.html +++ b/case-studies/wikimedia.html @@ -5,7 +5,11 @@ class: gridPage -{% include head-header.html %} +{% include head.html %} + + + +{% include header.html %}

Wikimedia Case Study

diff --git a/community/index.html b/community/index.html index a10a100375..b142585874 100644 --- a/community/index.html +++ b/community/index.html @@ -4,7 +4,11 @@ title: Community -{% include head-header.html %} +{% include head.html %} + + + +{% include header.html %}

Community

diff --git a/index.html b/index.html index 78b964ce39..902f16d644 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,11 @@ -{% include head-header.html %} +{% include head.html %} + + + +{% include header.html %}
diff --git a/partners/index.html b/partners/index.html index a65be512ff..65127b8b3b 100644 --- a/partners/index.html +++ b/partners/index.html @@ -5,7 +5,11 @@ class: gridPage -{% include head-header.html %} +{% include head.html %} + + + +{% include header.html %}

Kubernetes Partners