fixed article display mode for ARIA
[kengrimes.com/theme.git] / layouts / _default / list.html
index ad54abd..e237c9e 100644 (file)
@@ -5,6 +5,7 @@
 {{- else -}}
 {{ .Content }}
 {{- end -}}
+      {{- if gt (len $paginator.Pages) 0 }}
       <div class="speedy-cards">
         {{- $rsc := .Resources }}
         {{- range $paginator.Pages }}
@@ -19,4 +20,5 @@
         {{- end }}
       </div>
       {{ template "_internal/pagination.html" . -}}
+      {{- end }}
 {{- end -}}