wrote up a better home page. assisted with ai, because my word vomit was shit

This commit is contained in:
2025-04-08 19:33:27 -06:00
parent 6b1abfbc8f
commit 4f0262aa89
4 changed files with 33 additions and 15 deletions
+1 -1
View File
@@ -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">