Skip to content

Commit 15465d1

Browse files
feat: test moving the homepage search bar from the content to the layout
1 parent e3689ce commit 15465d1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

content/en/_index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
priority: 1.0
77
---
88

9-
{{< site-searchbar >}}
10-
119
{{< blocks/section class="k8s-overview" >}}
1210
{{% blocks/feature image="flower" id="feature-primary" %}}
1311
[Kubernetes]({{< relref "/docs/concepts/overview/" >}}), also known as K8s, is an open source system for automating deployment, scaling, and management of containerized applications.

layouts/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{{ define "main" }}
2+
<div class="col-sm-6 col-md-6 col-lg-6 mx-auto py-3">
3+
{{partial "search-input" .}}
4+
</div>
25
{{ .Content }}
36
<section id="cncf">
47
<div class="main-section">

0 commit comments

Comments
 (0)