diff --git a/layouts/partials/generic-list.html b/layouts/partials/generic-list.html
index 0cd2be8..8348e1d 100644
--- a/layouts/partials/generic-list.html
+++ b/layouts/partials/generic-list.html
@@ -20,7 +20,7 @@
- {{ $entries := (where site.RegularPages "Type" $pageType).ByDate.Reverse }}
+ {{ $entries := (where (where site.RegularPages "Draft" false) "Type" $pageType).ByDate.Reverse }}
{{ if $pagination }}
{{ $paginator := $page.Paginate $entries }}