]> _ Git - cubist_cms-front.git/commitdiff
#2609 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 22 Feb 2019 14:18:18 +0000 (15:18 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 22 Feb 2019 14:18:18 +0000 (15:18 +0100)
src/resources/views/body/begin.blade.php [new file with mode: 0644]
src/resources/views/body/end.blade.php [new file with mode: 0644]
src/resources/views/head/head.blade.php [new file with mode: 0644]
src/resources/views/head/link.blade.php [new file with mode: 0644]

diff --git a/src/resources/views/body/begin.blade.php b/src/resources/views/body/begin.blade.php
new file mode 100644 (file)
index 0000000..5326205
--- /dev/null
@@ -0,0 +1 @@
+@include('googletagmanager::body')
\ No newline at end of file
diff --git a/src/resources/views/body/end.blade.php b/src/resources/views/body/end.blade.php
new file mode 100644 (file)
index 0000000..f73fc45
--- /dev/null
@@ -0,0 +1 @@
+@stack('scripts')
\ No newline at end of file
diff --git a/src/resources/views/head/head.blade.php b/src/resources/views/head/head.blade.php
new file mode 100644 (file)
index 0000000..9932c7a
--- /dev/null
@@ -0,0 +1,4 @@
+@include('googletagmanager::head')
+@include('cubist::head.meta')
+@include('cubist::head.link')
+@stack('stylesheets')
\ No newline at end of file
diff --git a/src/resources/views/head/link.blade.php b/src/resources/views/head/link.blade.php
new file mode 100644 (file)
index 0000000..e69de29