Caching and og title
This commit is contained in:
		| @@ -6,7 +6,7 @@ | ||||
| <meta name="description" content="Discover Stories,Daily news and inspiration for maldivian readers." /> | ||||
| <meta name=" twitter:title" content="{{$article->meta['title']}}" /> | ||||
| <meta name="twitter:description" content="Discover Stories,Daily news and inspiration for maldivian readers." /> | ||||
| <meta name="twitter:site" content="https://baraveli-news.baraveli.xyz/" /> | ||||
| <meta name="twitter:site" content="https://karudhaas.net/" /> | ||||
| <meta name="twitter:image" content="{{$article->featured_image}}"> | ||||
| <meta property="og:locale" content="mv" /> | ||||
| <meta property="og:type" content="website" /> | ||||
|   | ||||
| @@ -1,5 +1,20 @@ | ||||
| <x-layout> | ||||
|  | ||||
|     <x-slot name="meta"> | ||||
|         <title>{{ucfirst($options['en_name'])}} | Karudhaas</title> | ||||
|          | ||||
|         <meta name="description" content="Discover Stories,Daily news and inspiration for maldivian readers." /> | ||||
|         <meta name=" twitter:title" content="{{$options['en_name']}}" /> | ||||
|         <meta name="twitter:description" content="Discover Stories,Daily news and inspiration for maldivian readers." /> | ||||
|         <meta name="twitter:site" content="https://karudhaas.net/" /> | ||||
|         <meta property="og:locale" content="mv" /> | ||||
|         <meta property="og:type" content="website" /> | ||||
|         <meta property="og:title" content="{{$options['en_name']}}"> | ||||
|         <meta property="og:description" content="Discover Stories,Daily news and inspiration for maldivian readers." /> | ||||
|         <meta property="og:url" content="https://karudhaas.net/" /> | ||||
|         <meta property="og:site_name" content="karudhaas.net" /> | ||||
|         </x-slot> | ||||
|  | ||||
|     <div class="mb-10"> | ||||
|         <div class="flex flex-col items-center"> | ||||
|             <h3 class="text-gray-800 text-3xl text-center mt-5 mb-2 mr-3 MvAamu" style="font-weight: 100;"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user