fixed bugs with old system for views/actions
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user