summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/shortcodes/form-search.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/shortcodes/form-search.html b/layouts/shortcodes/form-search.html
index 9276030..bab117a 100644
--- a/layouts/shortcodes/form-search.html
+++ b/layouts/shortcodes/form-search.html
@@ -32,6 +32,15 @@
<div id="search-results-body" class="post-list"></div>
</section>
+<template>
+ <article class="post" data-score="">
+ <header>
+ <h2 class="post-title"><a href="#" class="search-result-page-title"></a></h2>
+ </header>
+ <p class="post-content"></p>
+ </article>
+</template>
+
{{- $isProduction := (or (eq (getenv "HUGO_ENV") "production") (eq site.Params.env "production")) -}}
{{- /* Add lunr.js. */ -}}