diff --git a/public/index.php b/public/index.php index 9df1ea3..70a7a59 100644 --- a/public/index.php +++ b/public/index.php @@ -1,8 +1,8 @@ '#how', 'key' => 'nav_how' ], @@ -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'); diff --git a/src/functions.php b/src/functions.php index 567b0db..128e0de 100644 --- a/src/functions.php +++ b/src/functions.php @@ -1,5 +1,5 @@