Skip to content

Commit 4227319

Browse files
committed
Don't rely on default cache timeout for archive
1 parent 5f8ad6d commit 4227319

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

archive/2026.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
$_SERVER['BASE_PAGE'] = 'archive/2026.php';
66
include_once __DIR__ . '/../include/prepend.inc';
77
news_archive_sidebar();
8-
site_header("News Archive - 2026");
8+
site_header("News Archive - 2026", ['cache' => true, 'cache_control' => 15 * 60]);
99
?>
1010

1111
<h1>News Archive - 2026</h1>

0 commit comments

Comments
 (0)