diff --git a/config.php b/config.php index b7162455..6eb422c8 100644 --- a/config.php +++ b/config.php @@ -4,6 +4,7 @@ return [ 'production' => false, + 'matomo_container' => 'Ux1Y5m98_dev_08f02616a270a3d80b35beb7', 'baseUrl' => '/', 'title' => 'LibreCode', 'description' => 'Cooperativa de tecnologia da informação especializada em desenvolvimento de soluções com licença livre.', diff --git a/config.production.php b/config.production.php index cfb52e6a..d110119f 100644 --- a/config.production.php +++ b/config.production.php @@ -2,4 +2,5 @@ return [ 'production' => true, + 'matomo_container' => 'Ux1Y5m98', ]; diff --git a/source/_layouts/footer.blade.php b/source/_layouts/footer.blade.php index 5d39166f..ee8e31db 100644 --- a/source/_layouts/footer.blade.php +++ b/source/_layouts/footer.blade.php @@ -57,6 +57,16 @@ @yield('footer_scripts') + @if ($page->production) - - @endif