You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @venkat0304,
This is not possible without altering the core BookStack files.
If you do want to make changes to the core files, using the code @LouWii has advised should work to get the book name if it exists. Alternatively you could shorten this to `{{ $book->name ?? '' }}``.
As another option, This is where the title for a page is set:
Hi, Is there any way to add Book title name to the title meta tag ?
Expecting something like - |
base.blade.php
The text was updated successfully, but these errors were encountered: