diff --git a/index.php b/index.php index e935830..0f22835 100644 --- a/index.php +++ b/index.php @@ -73,7 +73,7 @@ if (isset($_GET['notice'])) { } } - if (!$selectedYear && count($filteredNews) >= 2) { + if (!$selectedYear && count($filteredNews) >= 3) { break; } }