wrote up a better home page. assisted with ai, because my word vomit was shit
This commit is contained in:
@@ -103,7 +103,7 @@ function article_page_from_markdown($article_id)
|
||||
<div class="article">
|
||||
|
||||
<div class="row">
|
||||
<h3>' . $article['title'] . '</h3>
|
||||
<h1>' . $article['title'] . '</h1>
|
||||
' . (isset($_COOKIE['user_id']) && $_COOKIE['user_id'] == $article['author_id'] ? '<a href="compose.php?article_id=' . $article_id . '"><i class="nf nf-fa-edit"></i></a>' : '') . '
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user