Skip to content

Commit

Permalink
Removed old code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Meijer committed Nov 20, 2024
1 parent b212b48 commit 8017056
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions resources/views/page.blade.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
@extends('layouts.app')

{{--@section('title', $meta_title->raw() ? $meta_title .' - '. config('app.name') : config('app.name'))--}}
{{--@section('meta_description', (isset($meta_description) && !empty($meta_description->raw())) ? $meta_description : config('app.name'))--}}

@section('content')
@include('statamic-page-builder-kit::page_builder')
@endsection

0 comments on commit 8017056

Please sign in to comment.