diff --git a/templates/index.html b/templates/index.html index 6f4d7a3..fd9ae46 100644 --- a/templates/index.html +++ b/templates/index.html @@ -124,7 +124,7 @@
[Close]
{{ range $i, $Book := (index .Books $cat) }} - {{ if eq $i 1 }} + {{ if eq $i 0 }} {{ continue }} {{ end }}
@@ -156,7 +156,7 @@
[Close]
{{ range $i, $Book := (index .Books $cat) }} - {{ if eq $i 1 }} + {{ if eq $i 0 }} {{ continue }} {{ end }}
@@ -188,7 +188,7 @@
[Close]
{{ range $i, $Book := (index .Books $cat) }} - {{ if eq $i 1 }} + {{ if eq $i 0 }} {{ continue }} {{ end }}
@@ -223,7 +223,7 @@
{{ range $i, $Book := $Books }} - {{ if eq $i 1 }} + {{ if eq $i 0 }} {{ continue }} {{ end }}