feat: test moving the homepage search bar from the content to the layout
This commit is contained in:
parent
e3689ce4c8
commit
15465d1eec
|
@ -6,8 +6,6 @@ sitemap:
|
|||
priority: 1.0
|
||||
---
|
||||
|
||||
{{< site-searchbar >}}
|
||||
|
||||
{{< blocks/section class="k8s-overview" >}}
|
||||
{{% blocks/feature image="flower" id="feature-primary" %}}
|
||||
[Kubernetes]({{< relref "/docs/concepts/overview/" >}}), also known as K8s, is an open source system for automating deployment, scaling, and management of containerized applications.
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
{{ define "main" }}
|
||||
<div class="col-sm-6 col-md-6 col-lg-6 mx-auto py-3">
|
||||
{{partial "search-input" .}}
|
||||
</div>
|
||||
{{ .Content }}
|
||||
<section id="cncf">
|
||||
<div class="main-section">
|
||||
|
|
Loading…
Reference in New Issue