]> _ Git - cubist_cms-front.git/commitdiff
wip #2609
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 25 Feb 2019 16:10:11 +0000 (17:10 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 25 Feb 2019 16:10:11 +0000 (17:10 +0100)
resources/views/head/head.blade.php
resources/views/head/opengraph.blade.php [new file with mode: 0644]
resources/views/head/twittercard.blade.php [new file with mode: 0644]

index 52ef30c56b21000e93c776d9cd41896e2fd1dc4f..2bf10b2f565db1b27fb534914a00d395ea8506fb 100644 (file)
@@ -1,5 +1,7 @@
 @include('cubist::head.meta')
+@include('cubist::head.opengraph')
+@include('cubist::head.twittercard')
 @include('cubist::head.link')
 @stack('stylesheets')
 @include('googletagmanager::head')
-@include('gtag::head')
\ No newline at end of file
+@include('gtag::head')
diff --git a/resources/views/head/opengraph.blade.php b/resources/views/head/opengraph.blade.php
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/resources/views/head/twittercard.blade.php b/resources/views/head/twittercard.blade.php
new file mode 100644 (file)
index 0000000..a077f02
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+/**
+ * Created by IntelliJ IDEA.
+ * User: Vincent
+ * Date: 25/02/2019
+ * Time: 17:09
+ */
\ No newline at end of file