New Page 404 Error #146
-
I am adding a "For Educators" page to an existing site. I followed steps in CB documentation to create new page. Pages directory > added markdown file in correct format with permalink /educators.html. Then I added a new page to the nav in the config-nav.csv file. When I test on site, I receive 404 error. Any ideas what I should change? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@ncssmmolib the issue with your new page is the formatting of the "yml front matter" on the file. Every page needs front matter to be processed. Looking at your file educators.md, the top currently looks like this:
You will need to add the
There is a couple other edits in this too ^, removing the space between the hyperlink text and link to get it to work. |
Beta Was this translation helpful? Give feedback.
@ncssmmolib the issue with your new page is the formatting of the "yml front matter" on the file. Every page needs front matter to be processed. Looking at your file educators.md, the top currently looks like this:
You will need to add the
---
at top and bottom of the front matter to get it to work. Here is how it should look: