Moved to blade components
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@extends('layouts.app')
|
||||
<x-layout>
|
||||
|
||||
@section('meta')
|
||||
<x-slot name="meta">
|
||||
<title>Karudhaas | Namespaces</title>
|
||||
|
||||
<meta name="description" content="Discover Stories,Daily news and inspiration for maldivian readers." />
|
||||
@@ -15,9 +15,8 @@
|
||||
<meta property="og:url" content="https://karudhaas.net" />
|
||||
<meta property="og:site_name" content="karudhaas.net" />
|
||||
<meta property="og:image" content="/images/og.jpg">
|
||||
@endsection
|
||||
</x-slot>
|
||||
|
||||
@section('content')
|
||||
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 gap-2 mb-10">
|
||||
|
||||
@foreach (config('karudhaas.topic_filters') as $key => $namespace)
|
||||
@@ -31,4 +30,5 @@
|
||||
|
||||
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
</x-layout>
|
||||
Reference in New Issue
Block a user