Hi y’all,
How can I make my homepage title to be this format,
Sitename | Subtitle
and all other pages to be the default which is
Sitename | Pagename
I don’t like to change my homepage’ title in the panel just to achieve this.
Hi y’all,
How can I make my homepage title to be this format,
Sitename | Subtitle
and all other pages to be the default which is
Sitename | Pagename
I don’t like to change my homepage’ title in the panel just to achieve this.
<title><?php echo $site->title()->html() ?> | <?php e($page->isHomePage(), $site->subtitle()->html(), $page->title()->html()) ?></title>