We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The #184 was about setting the hero page title and description. It was fixed in #180 but now the issue is back.
Add the following to the home page frontmatter:
title: Home title
The page title in the browser to be Home title
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" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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:
The text was updated successfully, but these errors were encountered: