diff --git a/layouts/index.html b/layouts/index.html
index 9281b81..46f468b 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -8,6 +8,7 @@
{{ $pages := where site.RegularPages "Type" "in" site.Params.mainSections }}
{{ range (.Paginate $pages).Pages }}
+ {{ if not (.Param "Archive") }}
@@ -33,6 +34,7 @@