Merge branch 'config' into allow_ogg_embed

This commit is contained in:
towards-a-new-leftypol 2021-04-03 19:05:28 -04:00 committed by GitHub
commit 1123b4009d
6 changed files with 11 additions and 6 deletions

View file

@ -321,7 +321,7 @@ $config['stylesheets']['TempDarkRed'] = 'temp_dark_red.css';
$config['stylesheets']['AnonsDarkRed'] = 'anons_dark_red.css';
$config['stylesheets']['BunkerLike'] = 'bunker_like.css';
$config['default_stylesheet'] = array('Jungle', $config['stylesheets']['Jungle']);
$config['default_stylesheet'] = array('Dark Red', $config['stylesheets']['Dark Red']);
/*
* ====================
* Javascript
@ -372,6 +372,7 @@ $config['youtube_js_html']
. '<img style="width:255px;height:190px;" src="/vi/$2/0.jpg" class="post-image"/>'
. '</a></div>';
$config['ogg_embed_html']
= '<figure><audio controls src="$1">'
. 'Your browser does not support the'