summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--layouts/shortcodes/form-search.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/layouts/shortcodes/form-search.html b/layouts/shortcodes/form-search.html
index bab117a..69093fb 100644
--- a/layouts/shortcodes/form-search.html
+++ b/layouts/shortcodes/form-search.html
@@ -35,10 +35,12 @@
<template>
<article class="post" data-score="">
<header>
- <h2 class="post-title"><a href="#" class="search-result-page-title"></a></h2>
+ <h2 class="post-title">
+ <a href="#" class="search-result-page-title"></a>
+ </h2>
</header>
<p class="post-content"></p>
- </article>
+ </article>
</template>
{{- $isProduction := (or (eq (getenv "HUGO_ENV") "production") (eq site.Params.env "production")) -}}