diff --git a/public/index.php b/public/index.php index fe9535e..c9e95a7 100644 --- a/public/index.php +++ b/public/index.php @@ -20,7 +20,7 @@ $navAnchors = [ [ 'href' => '#security', 'key' => 'nav_security' ], [ 'href' => '#faq', 'key' => 'nav_faq' ], ]; -/* + tpl('layout_start'); // structure/header.php tpl('hero', 'landing', 'main'); @@ -30,5 +30,4 @@ tpl('features', 'landing', 'main'); tpl('security', 'landing', 'main'); tpl('faq', 'landing', 'main'); -tpl('layout_end'); // structure/footer.php -*/ \ No newline at end of file +tpl('layout_end'); // structure/footer.php \ No newline at end of file