Browse Source

Add sidebar section with links to GET and ref

pull/40/head
towards-a-new-leftypol 3 years ago
parent
commit
1c672e6b2a
  1. 4
      inc/instance-config.php

4
inc/instance-config.php

@ -38,6 +38,10 @@
// Optional for the Categories theme. This is an array of name => (title, url) groups for categories // Optional for the Categories theme. This is an array of name => (title, url) groups for categories
// with non-board links. // with non-board links.
$config['custom_categories'] = array( $config['custom_categories'] = array(
'Our Friends' => array(
'GET' => 'https://getchan.net/GET/',
'ref' => 'https://getchan.net/ref/'
),
'Links' => array( 'Links' => array(
'New Multitude' => 'https://newmultitude.org/', 'New Multitude' => 'https://newmultitude.org/',
'Booru image repository' => 'https://lefty.booru.org/', 'Booru image repository' => 'https://lefty.booru.org/',

Loading…
Cancel
Save