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 Jan 1, 2021. It is now read-only.
In the menu section there is a small but powerful typo.
+++
menu = "main"
+++
The equal sign should be replaced to a colon:
+++
menu: "main"
+++
Oherwise:
ERROR 2018/02/02 19:01:09 failed to parse page metadata for "acerca.md": yaml: line 5: could not find expected ':'
Error: Error building site: Errors reading pages: Error: failed to parse page metadata for "acerca.md": yaml: line 5: could not find expected ':' for acerca.md
The text was updated successfully, but these errors were encountered:
@agucova is actually referring to the .md files, not config.toml. By adding menu: "main" to the frontmatter, you can get your page automatically added to the menu without having to touch config.toml.
In the menu section there is a small but powerful typo.
The equal sign should be replaced to a colon:
Oherwise:
The text was updated successfully, but these errors were encountered: