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
{{ message }}
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
You can edit the controller SiteController.php of the blog package.
Then replace the 'title' => __('Blog'), on line 55 by 'title' => __('News'),
It would be great to add an option in the settings page to custom it from interface and it would prevent from auto changes when updating the extension.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I rename the posts page to, for example, "News" I'd expect the posts page title tag to be the following:
<title>WEBSITE_NAME | News</title>
However, it currently is:
<title>WEBSITE_NAME | Blog</title>
Would be amazing if this changes with the name of the posts page.
The text was updated successfully, but these errors were encountered: