Merge pull request #287 from discomrade/homepage-upgrades

Homepage upgrades
This commit is contained in:
towards-a-new-leftypol 2021-07-04 02:42:19 +00:00 committed by GitHub
commit c64a4bf701
5 changed files with 92 additions and 11 deletions

View file

@ -109,6 +109,9 @@ $config['secure_trip_salt'] = 'ODQ2NDM0ODlmMmRhNzk2M2EyNjJlOW';
//Banners
$config['url_banner'] = '/banners.php';
//Logo location for themes
$config['logo'] = 'static/leftypol_logo.png';
//Date format
$config['post_date'] = '%F (%a) %T';