aboutsummaryrefslogtreecommitdiff
path: root/cmd/sklad/search.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/sklad/search.tmpl')
-rw-r--r--cmd/sklad/search.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/sklad/search.tmpl b/cmd/sklad/search.tmpl
index 0c58bf9..b7a890e 100644
--- a/cmd/sklad/search.tmpl
+++ b/cmd/sklad/search.tmpl
@@ -9,7 +9,7 @@
<section>
<header>
<h3><a href="series?prefix={{ .Prefix }}">{{ .Prefix }}</a></h3>
- <p>{{ .Description }}
+ <p>{{ .Description | highlight $.Query }}
</header>
</section>
{{ else }}
@@ -28,7 +28,7 @@
</h3>
</header>
{{- if .Description }}
- <p>{{ .Description }}
+ <p>{{ .Description | highlight $.Query }}
{{- end }}
</section>
{{ else }}