Reputation: 33
Maybe, it's very easy, but i don't know how to change the title of front-page in Drupal 8. Could somebody help me?
Upvotes: 3
Views: 6999
Reputation: 1942
To change title of the front page view, go to admin/structure/views/view/frontpage, find Global: Title override link.
Note: This will only change the title of the front page if you're using the default front-page /node/0
view.
Open it and it will allow to set custom front page title.
Upvotes: 7
Reputation: 3440
The accepted answer didn't work for me (Drupal 8.2.1) but I was able to change the title using the administrator interface by installing two plugins. Metatag, and Token which is required by metatag.
https://www.drupal.org/project/token
https://www.drupal.org/project/metatag
Upvotes: 3