Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression: home page title frontmatter ignored #2499

Open
alexeyzimarev opened this issue Jul 21, 2020 · 0 comments
Open

Regression: home page title frontmatter ignored #2499

alexeyzimarev opened this issue Jul 21, 2020 · 0 comments

Comments

@alexeyzimarev
Copy link

  • [x ] I confirm that this is an issue rather than a question.

Bug report

The #184 was about setting the hero page title and description. It was fixed in #180 but now the issue is back.

Steps to reproduce

Add the following to the home page frontmatter:

title: Home title

What is expected?

The page title in the browser to be Home title

What is actually happening?

The page title in the browser is the site title.

The root component state has the following:

$titie: "Site title",
$siteTitle: "Site title",
$frontmatter: {
  title: "Home title"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant