]> _ Git - cubist_cms-front.git/commitdiff
wip #2413
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 21 Feb 2019 18:12:12 +0000 (19:12 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 21 Feb 2019 18:12:12 +0000 (19:12 +0100)
src/resources/views/head/meta.blade.php

index 5d2bbf7c8fd0f28590bde8538f7aed8e1b961b60..7dc2a01a56151affa1b731f2aa2389b06543bc25 100644 (file)
@@ -1,7 +1,4 @@
-<?php
-/**
- * Created by IntelliJ IDEA.
- * User: Vincent
- * Date: 21/02/2019
- * Time: 18:31
- */
\ No newline at end of file
+<title>{{$page->meta_title}}</title>
+<meta name="description" content="{{$page->meta_description}}">
+<meta name="robots" content="{{$page->robots=='1'?'index,follow':'noindex,nofollow'}}">
+@stack('meta');
\ No newline at end of file