diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index d17bf4c..0b67fc2 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -17,12 +17,16 @@
{{ range .Pages }}
-
+
{{ if .Params.hidden }}
{{ continue }}
{{ end }}
-
+
+ {{ if and (.Params.release) (ge (time.AsTime .Params.release) (time now)) }}
+ {{ continue }}
+ {{ end }}
+
-