aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/header.html
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-17 20:37:32 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-17 20:37:32 +0300
commitc0073e38e6ee3753f6cece23f60c608162a06918 (patch)
treeda60ecf78e390f0b52e7857a2a0d527c274a700a /layouts/partials/header.html
parenta7d25c3f329ba0c9906acd486a1c12707c617f2d (diff)
Auto-commit 2024-12-17
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 4cb6113..0c951c5 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -9,7 +9,11 @@
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
{{ partial "hmenu.html" (dict "menuID" "main" "page" .) }}
+ <div class="d-flex">
+ <input class="form-control me-2" id="search-input" type="search" placeholder="Поиск по сайту" aria-label="Поиск по сайту">
+ </div>
</div>
</div>
</nav>
-<div class="navbar-filler"></div> \ No newline at end of file
+<div class="navbar-filler"></div>
+<div id="search-results" class="list-group rounded border shadow hidden"></div> \ No newline at end of file