Skip to content

New Page 404 Error #146

Answered by evanwill
ncssmmolib asked this question in Q&A
Mar 11, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

@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:

title: For Educators
layout: about
permalink: /educators.html

## Want to use Children of the Struggle in your classroom?
Check out our resources below!

[Timeline & Context] (https://arcg.is/1nDzir0)

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:

---
title: For Educators
layout: about
permalink: /educators.html
---

## Want to use Children of the Struggle in your classroom?

Check out our resources below!

[T…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ncssmmolib
Comment options

Answer selected by ncssmmolib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants