]> _ Git - pmi.git/commitdiff
wip #2609
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 22 Feb 2019 14:31:26 +0000 (15:31 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 22 Feb 2019 14:31:26 +0000 (15:31 +0100)
.env.production
composer.lock
config/googletagmanager.php
resources/views/layouts/app.blade.php

index b4f3fb0e41a173ccddde65013732d173895a700b..f0f42e11f93a03295dab03a0bdff4c0c49daf833 100644 (file)
@@ -37,3 +37,5 @@ PUSHER_APP_CLUSTER=mt1
 
 MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
 MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
+
+GOOGLE_ANALYTICS_ID=UA-4339912-10
index 5dd7f34bbd41eef9d4e783b3c21b2f4b10e0e685..fa931ff7fb7f37c8e7b62700c54dae5db8259bcc 100644 (file)
             "source": {
                 "type": "git",
                 "url": "git://git.cubedesigners.com/cubist_cms-front.git",
-                "reference": "76b7faa620fd920ad4f61a62c9fa36722b11da1b"
+                "reference": "37d2b3ed3af202574ef2a8cb981490c4fbef2c5e"
             },
             "dist": {
                 "type": "tar",
-                "url": "https://composer.cubedesigners.com/dist/cubist/cms-front/cubist-cms-front-dev-master-4c6cd1.tar",
-                "reference": "76b7faa620fd920ad4f61a62c9fa36722b11da1b",
-                "shasum": "b41bc8754a55a0104c91a43173e2e0c623091db1"
+                "url": "https://composer.cubedesigners.com/dist/cubist/cms-front/cubist-cms-front-dev-master-576f27.tar",
+                "reference": "37d2b3ed3af202574ef2a8cb981490c4fbef2c5e",
+                "shasum": "57e8d5a9638d846490aca6ddce030a9c5b95fc28"
             },
             "require": {
                 "laravel/framework": "5.7.*",
                 }
             ],
             "description": "Cubist CMS Front",
-            "time": "2019-02-22T14:10:39+00:00"
+            "time": "2019-02-22T14:18:18+00:00"
         },
         {
             "name": "cubist/laravel-backpack-bundle",
index 07595f6a193852e3dbd615ce1599034e467a9954..980dc0ce9b3e8aef444aaaf533fd57575ae37d4e 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 return [
 
     /*
index 698ed4517e3210049acb1f8e2df858ec671a6302..35407e46b3978d9a20e4d4d1e752dda1c8bcb4d2 100644 (file)
@@ -1,9 +1,9 @@
 @include('cubist::head.htmldeclaration')
 <head>
-    @include('cubist::head.head');
+    @include('cubist::head.head')
 </head>
 <body>
-@include('cubist::body.begin');
+@include('cubist::body.begin')
 <div class="container">
     @include('header')
     <main>
@@ -11,6 +11,6 @@
     </main>
     @include('footer')
 </div>
-@include('cubist::body.end');
+@include('cubist::body.end')
 </body>
 </html>