fixed bugs with old system for views/actions

This commit is contained in:
2025-04-20 17:19:28 -06:00
parent ab30859446
commit 0753e1867c
12 changed files with 61 additions and 6 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ include_once 'components/foot.php';
function home_content()
{
$content = '
$content = '
<div class="article">
<h1>Vintage Coding</h1>
<h3>Intentional Craftsmanship Over Ephemeral Trends</h3>
@@ -30,5 +30,5 @@ function home_content()
</div>
';
return $content;
return $content;
}