Skip to content
This repository was archived by the owner on Sep 9, 2021. It is now read-only.

Commit fd2eb37

Browse files
committed
Meta title added.
1 parent b9c2cb9 commit fd2eb37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

layouts/home.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<meta name="csrf-token" content="{{ csrf_token() }}">
66
<meta http-equiv="x-ua-compatible" content="ie=edge">
77
<title>{{ Theme::getTitle() }} - {{__('app.name')}}</title>
8-
<meta name="description" content="The Lavalite Content Management System">
8+
<meta name="keyword" content="{{ Theme::getMetaKeyword() }}">
9+
<meta name="description" content="{{ Theme::getMetaDescription() }}">
910
<meta name="viewport" content="width=device-width, initial-scale=1">
1011
{!! Theme::asset()->styles() !!}
1112
{!! Theme::asset()->scripts() !!}

0 commit comments

Comments
 (0)