Hi,
Is there any way I can add my site name to browser tab in every single page?
In addiction to that, the site name wouldn’t apear in the page content.
Thanks in advance.
Hi,
Is there any way I can add my site name to browser tab in every single page?
In addiction to that, the site name wouldn’t apear in the page content.
Thanks in advance.
The name in your browser tab is determined by the <title>...</title>
in your layout. Find the layout / include as applicable in your situation and edit it as below:
<title>{{ page.title }} • {{ site.title }} </title>
Thank you very much.
It was in the default layout.