Skip to content

Commit

Permalink
Update front-matter.md
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva authored Oct 12, 2023
1 parent c037c32 commit 43c5b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/front-matter.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ To create BladeMatter, you simply use the default Laravel Blade `@php` directive
```

It will then be available through the global `$page` variable, `$page->matter('title')`.
Hyde will of course also use the data forcontextual autoconfiguration in the same way it would with Markdown and use the value as the page title.
Hyde will of course also use the data for contextual autoconfiguration in the same way it would with Markdown and use the value as the page title.

Another idea is to use `@php($navigation = ['hidden' => true])` if you want to hide a page from the navigation. The opportunities are limitless!

0 comments on commit 43c5b37

Please sign in to comment.