Add separator for search header
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
{{if .Query}}
|
{{if .Query}}
|
||||||
{{if .Results}}
|
{{if .Results}}
|
||||||
<p class="muted">{{len .Results}} match{{if ne (len .Results) 1}}es{{end}} for “{{.Query}}”</p>
|
<p class="muted">{{len .Results}} match{{if ne (len .Results) 1}}es{{end}} for “{{.Query}}”</p>
|
||||||
|
<hr/>
|
||||||
{{range .Results}}
|
{{range .Results}}
|
||||||
<article class="search-card">
|
<article class="search-card">
|
||||||
<a href="{{.URL}}">{{.Name}}</a>
|
<a href="{{.URL}}">{{.Name}}</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user