]> _ Git - cubist_cms-front.git/commitdiff
#2757
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 12 Jul 2019 18:36:14 +0000 (20:36 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 12 Jul 2019 18:36:14 +0000 (20:36 +0200)
resources/views/head/head.blade.php
resources/views/head/meta.blade.php

index 2bf10b2f565db1b27fb534914a00d395ea8506fb..f42b4ed40ab8b08f2bad5f8d40b8d4776c102108 100644 (file)
@@ -1,3 +1,4 @@
+<head>
 @include('cubist::head.meta')
 @include('cubist::head.opengraph')
 @include('cubist::head.twittercard')
@@ -5,3 +6,4 @@
 @stack('stylesheets')
 @include('googletagmanager::head')
 @include('gtag::head')
+</head>
\ No newline at end of file
index 23fa13a460350a1855f3c2975377a91d3cb92d8b..0bf595d0ee312e5c2db33571fa634ffb0a7f4b6e 100644 (file)
@@ -1,6 +1,8 @@
 <title>{{$page->meta_title}}</title>
+<meta http-equiv="x-ua-compatible" content="ie=edge">
 <meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1">
+<meta name="viewport" content="width=device-width, initial-scale=, shrink-to-fit=no">
 <meta name="description" content="{{$page->meta_description}}">
 <meta name="robots" content="{{$page->robots=='1'?'index,follow':'noindex,nofollow'}}">
-@stack('head.meta')
\ No newline at end of file
+@stack('head.meta')
+<meta name="csrf-token" content="{{ csrf_token() }}">
\ No newline at end of file