Title for blade pages #318
-
| Thanks for great v2 Have some question. I just started new project on Hyde And for customization made After that I made new BladePage in Dashboard // _pages/new-blade.blade.php @extends('hyde::layouts.app') @section('content') @php($title = "My SEO title for blade page") <main class="mx-auto max-w-7xl py-16 px-8"> <h1 class="text-center text-3xl font-bold">New blade</h1> <div> Blade content </div> </main> @endsectionand after I get my title prefixed with Project name('hyde.name') if I use in layout So looking to source: Why we need this prefix? Or is it OK and I must just use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
| Hey! Glad you're enjoying v2! If you're liking the result of not having the prefix you don't have to use it, it's just a helper! |
Beta Was this translation helpful? Give feedback.
Hey! Glad you're enjoying v2!
If you're liking the result of not having the prefix you don't have to use it, it's just a helper!