feat: test moving the homepage search bar from the content to the layout

This commit is contained in:
Sayak Mukhopadhyay 2025-03-06 20:26:33 +05:30
parent e3689ce4c8
commit 15465d1eec
No known key found for this signature in database
GPG Key ID: 89EEFF3FB23D3FFD
2 changed files with 3 additions and 2 deletions

View File

@ -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.

View File

@ -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">