From 84d1fbacc18f028b361eb5e1989591e852695560 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 25 Feb 2019 17:10:11 +0100 Subject: [PATCH] wip #2609 --- resources/views/head/head.blade.php | 4 +++- resources/views/head/opengraph.blade.php | 0 resources/views/head/twittercard.blade.php | 7 +++++++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 resources/views/head/opengraph.blade.php create mode 100644 resources/views/head/twittercard.blade.php diff --git a/resources/views/head/head.blade.php b/resources/views/head/head.blade.php index 52ef30c..2bf10b2 100644 --- a/resources/views/head/head.blade.php +++ b/resources/views/head/head.blade.php @@ -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 index 0000000..e69de29 diff --git a/resources/views/head/twittercard.blade.php b/resources/views/head/twittercard.blade.php new file mode 100644 index 0000000..a077f02 --- /dev/null +++ b/resources/views/head/twittercard.blade.php @@ -0,0 +1,7 @@ +