Changes the neccesary alterations to the front page

This commit is contained in:
Comatoast 2021-08-17 10:20:41 -07:00 committed by towards-a-new-leftypol
parent f9cbcaae91
commit b37a52028d
3 changed files with 3 additions and 5 deletions

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
<link rel="stylesheet" media="screen" href="/stylesheets/dark_red.css">
<link rel="stylesheet" media="screen" href="/stylesheets/yotsuba.css">
<style type="text/css">
.sidebar {
grid-column: 1;

View File

@ -104,7 +104,7 @@
<br>Tinyboard Copyright &copy; 2010-2014 Tinyboard Development Group
<br><a href="https://engine.vichan.net/">vichan</a> Copyright &copy; 2012-2016 vichan-devel
<br><br>
<br><b>Leftypol.org is not currently under investigation by any Federal, State, or Local Authorities.</b></p>
<br><b>Leftychan.net is not currently under investigation by any Federal, State, or Local Authorities.</b></p>
</footer>
</div>
{% endfilter %}

View File

@ -34,9 +34,7 @@
// Build homepage
public static function homepage($settings) {
global $config;
$description = 'Leftypol is a fun and enjoyable space where users can post anonymously.<br>' .
'We engage in both serious political discourse and less serious informal discussions ' .
'on various topics related to leftist thought.';
$description = 'Welcome to Siberia.';
$query = query("SELECT * FROM ``news`` ORDER BY `time` DESC") or error(db_error());
$news = $query->fetchAll(PDO::FETCH_ASSOC);
$stats = Categories::getPostStatistics($settings);