diff --git a/site/config/config.localhost.php b/site/config/config.localhost.php index 4b996b9..5c69dfd 100644 --- a/site/config/config.localhost.php +++ b/site/config/config.localhost.php @@ -2,6 +2,7 @@ return [ 'debug' => true, + 'analytics' => false, 'cache' => [ 'pages' => [ 'type' => 'php', diff --git a/site/snippets/head.php b/site/snippets/head.php index ed70cb2..14c4caf 100644 --- a/site/snippets/head.php +++ b/site/snippets/head.php @@ -2,7 +2,7 @@ + content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, shrink-to-fit=no" /> @@ -14,10 +14,28 @@ + option('analytics', false)): ?> + + + + + css('index.css') ?> - option('analytics', false)): ?> - hi boe, analytics are on! - - css('index.css') ?> \ No newline at end of file