diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 4 |
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) }} |
