aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-10-15 14:26:00 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-10-15 14:26:00 +0200
commit102a5a18072366154708d66817fbc55b472fea58 (patch)
tree4623c075b0fa22fa2be779827b6d8e56ca6b6924
parent3e1fbbe545d2e15823d7f770621fc68b71f2d8d9 (diff)
downloadmitjafelicijan.com-102a5a18072366154708d66817fbc55b472fea58.tar.gz
Change search to look
-rw-r--r--templates/index.html4
1 files changed, 2 insertions, 2 deletions
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 @@
12</a> 12</a>
13 13
14<section class="quick-jump"> 14<section class="quick-jump">
15 <input list="qj-posts" placeholder="Search for posts"> 15 <input list="qj-posts" placeholder="Look for posts">
16 <datalist id="qj-posts"> 16 <datalist id="qj-posts">
17 {{ range .Pages }} 17 {{ range .Pages }}
18 {{ if and (eq .Type "post") (not .Draft) }} 18 {{ if and (eq .Type "post") (not .Draft) }}
@@ -20,7 +20,7 @@
20 {{ end }} 20 {{ end }}
21 {{ end }} 21 {{ end }}
22 </datalist> 22 </datalist>
23 <input list="qj-notes" placeholder="Search for notes"> 23 <input list="qj-notes" placeholder="Look for notes">
24 <datalist id="qj-notes"> 24 <datalist id="qj-notes">
25 {{ range .Pages }} 25 {{ range .Pages }}
26 {{ if and (eq .Type "note") (not .Draft) }} 26 {{ if and (eq .Type "note") (not .Draft) }}