Skip to content
Snippets Groups Projects
Commit 5991a5d9 authored by Andreas Magnvall's avatar Andreas Magnvall
Browse files

Merge branch 'dev' of gitlab.liu.se:oskho10/core-distance-course into dev

parents 50db6211 e15bc64b
Branches
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ exports.createPages = ({ actions, graphql }) => {
});
for(let i = 0; i < chapters.length; i++) {
console.log("chapter ", chapters[i].index)
console.log("chapter ", chapters[i].node.frontmatter.index)
}
chapters.forEach(({ node }) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment