feat: Dynamically set the SEO description and add a keywords meta tag.
This commit is contained in:
parent
bb7208d34f
commit
56b43a274d
@ -7,7 +7,8 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="author" content="Diskominfo Purwakarta">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
||||
<meta name="description" content="Sistem Media Komunikasi">
|
||||
<meta name="description" content="{{ $seo?->description }}">
|
||||
<meta name="keywords" content="{{ $seo?->keywords }}">
|
||||
|
||||
<link rel="shortcut icon" href="{{ asset('storage/' . $general->site_icon) }}">
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user