From 1fa062946581ac89bbdc9f559196f184b65927f2 Mon Sep 17 00:00:00 2001 From: Milim <81323548+MilimTheTrueOne@users.noreply.github.com> Date: Sat, 19 Aug 2023 11:26:53 +0200 Subject: [PATCH] fix handelbars template --- public/templates/search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/search.html b/public/templates/search.html index 7aeabe9..ff771f1 100644 --- a/public/templates/search.html +++ b/public/templates/search.html @@ -4,7 +4,7 @@
{{#each results}}
-

{{{this.title}}}

+

{{{this.title}}}

{{{this.url}}}

{{{this.description}}}