aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/header.html
diff options
context:
space:
mode:
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