From 1c672e6b2abb2e18073514bba861816d5f2664cf Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Wed, 30 Dec 2020 03:15:20 -0500 Subject: [PATCH] Add sidebar section with links to GET and ref --- inc/instance-config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inc/instance-config.php b/inc/instance-config.php index 14aa4e1b..27fc3bab 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -38,6 +38,10 @@ // Optional for the Categories theme. This is an array of name => (title, url) groups for categories // with non-board links. $config['custom_categories'] = array( + 'Our Friends' => array( + 'GET' => 'https://getchan.net/GET/', + 'ref' => 'https://getchan.net/ref/' + ), 'Links' => array( 'New Multitude' => 'https://newmultitude.org/', 'Booru image repository' => 'https://lefty.booru.org/',