From 102a5a18072366154708d66817fbc55b472fea58 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 15 Oct 2024 14:26:00 +0200 Subject: Change search to look --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index e3586ff..49b670d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,7 +12,7 @@
- + {{ range .Pages }} {{ if and (eq .Type "post") (not .Draft) }} @@ -20,7 +20,7 @@ {{ end }} {{ end }} - + {{ range .Pages }} {{ if and (eq .Type "note") (not .Draft) }} -- cgit v1.2.3