Add alt overboard

This commit is contained in:
discomrade 2021-06-11 20:15:16 -02:00
parent 6b2583c839
commit 98579209db

View file

@ -17,11 +17,18 @@
),
array(
'title' => 'SFW Overboard',
'uri' => 'sfwoverboard',
'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,
),
);
?>