updated gallery
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
{{--
|
||||
Frontend layout wrapper for the News section.
|
||||
Extends the main app layout.
|
||||
--}}
|
||||
@extends('layouts.app')
|
||||
@extends('layouts.nova')
|
||||
|
||||
@section('title', $metaTitle ?? config('news.rss_title', 'News'))
|
||||
|
||||
@if(isset($metaDescription))
|
||||
@section('meta_description', $metaDescription)
|
||||
@endif
|
||||
@php
|
||||
$page_title = $metaTitle ?? config('news.rss_title', 'News');
|
||||
$page_meta_description = $metaDescription ?? config('news.rss_description', 'Latest announcements and community updates from Skinbase.');
|
||||
$page_canonical = $metaCanonical ?? url()->current();
|
||||
$page_robots = $metaRobots ?? 'index,follow';
|
||||
@endphp
|
||||
|
||||
@section('content')
|
||||
@yield('news_content')
|
||||
|
||||
Reference in New Issue
Block a user