implemented search module

This commit is contained in:
Sojon
2023-05-29 16:18:54 +06:00
parent ac34bdba00
commit 24de4aa89e
9 changed files with 58 additions and 34 deletions

View File

@@ -20,9 +20,8 @@
{{ else }}
{{ partial "preloader.html" . }}
<!-- tailwind size indicator -->
{{ partialCached "components/tw-size-indicator.html" . }}
{{ partial "components/tw-size-indicator.html" . }}
{{ end }}
@@ -30,7 +29,6 @@
{{ partial "essentials/header.html" . }}
{{ partial "search-modal.html" (dict "Context" . ) }}
<main>
{{ block "main" . }}{{ end }}
</main>