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
This is _meta.js of my website:
export default{ "index": "Introduction", "folder1": "folder1", "folder2": { "title": "folder2", "type": "page" }, "about": { "title": "About", "type": "page" }, "contact": { "title": "Contact ↗", "type": "page", "href": "https://twitter.com/shuding_", "newWindow": true } }
when I go to the index page, it looks ok:
but when I click the folder 2 button on nav bar, it looks strange:
I know this will fix the problem. However I don't want to make a homepage:
export default{ "index": { "title": "Home", "type": "page" }, "folder1": { "title": "folder1", "type": "page" }, "folder2": { "title": "folder2", "type": "page" }, "about": { "title": "About", "type": "page" }, "contact": { "title": "Contact ↗", "type": "page", "href": "https://twitter.com/shuding_", "newWindow": true } }
How do I fix this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is _meta.js of my website:
when I go to the index page, it looks ok:
but when I click the folder 2 button on nav bar, it looks strange:
I know this will fix the problem. However I don't want to make a homepage:
How do I fix this?
The text was updated successfully, but these errors were encountered: