summaryrefslogtreecommitdiffstats
path: root/layouts/partials/search-results.html
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-07-04 18:51:24 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-07-04 18:51:24 +0200
commitd93a75b615b36fdf2275f10cf85b7812a06ec048 (patch)
tree0f0f36a362887fd71e012a475c1ebc9f4c3fcbe6 /layouts/partials/search-results.html
parentf1cb48a7e000be9332d22aa5f0f40bb36015839c (diff)
downloadgohugo-theme-ed-d93a75b615b36fdf2275f10cf85b7812a06ec048.tar.gz
WIP: Implementing search
Diffstat (limited to 'layouts/partials/search-results.html')
-rw-r--r--layouts/partials/search-results.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layouts/partials/search-results.html b/layouts/partials/search-results.html
new file mode 100644
index 0000000..d9615a4
--- /dev/null
+++ b/layouts/partials/search-results.html
@@ -0,0 +1,12 @@
+<section id="search-results" class="hide-element">
+ <div id="search-results-header">
+ <div class="search-query search-query-left">
+ search term: <span id="query"></span>
+ </div>
+ <div class="search-query search-query-right">
+ <span id="results-count"></span>
+ <span id="results-count-text"></span>
+ </div>
+ </div>
+ <div id="search-results-body" class="post-list"></div>
+</section>