Not enough boards on local dev to have alt overboards

This commit is contained in:
towards-a-new-leftypol 2022-09-24 21:28:11 -04:00
parent 0c3c969d22
commit a67e85a55f
1 changed files with 1 additions and 15 deletions

View File

@ -14,21 +14,7 @@
'subtitle' => '30 most recently bumped threads',
'exclude' => array('assembly', 'assembly_archive', 'gulag'),
'thread_limit' => $thread_limit,
),
array(
'title' => 'SFW Overboard',
'uri' => 'sfw',
'subtitle' => '30 most recently bumped threads from work-safe boards',
'exclude' => array('assembly', 'assembly_archive', 'gulag', 'b'),
'thread_limit' => $thread_limit,
),
array(
'title' => 'Alternate Overboard',
'uri' => 'alt',
'subtitle' => '30 most recently bumped threads from smaller interest boards',
'exclude' => array('assembly', 'assembly_archive', 'gulag', 'leftypol', 'b', 'meta'),
'thread_limit' => $thread_limit,
),
)
);
?>