Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onweru/compose.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweru <onewesh@gmail.com>2020-11-14 07:48:06 +0300
committerweru <onewesh@gmail.com>2020-11-14 07:48:06 +0300
commit342ee8535ae02ed7751c5a2ca52079755e5b7fee (patch)
treec3a926c1c951fce665e850b1c0ae195ff24cd51f /layouts
parentb634ed0f42492a976691f92e66435fc9b7614647 (diff)
add search layout file
Diffstat (limited to 'layouts')
-rw-r--r--layouts/search/single.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/search/single.html b/layouts/search/single.html
new file mode 100644
index 0000000..5092b0d
--- /dev/null
+++ b/layouts/search/single.html
@@ -0,0 +1,5 @@
+{{- define "main" }}
+<main id="results">
+ <div class="search_results"></div>
+</main>
+{{- end }} \ No newline at end of file