Skip to content

Commit

Permalink
Must provide permalinks in pages, not layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Wilson committed Jul 3, 2016
1 parent 68bf4bb commit 503cddd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion _layouts/reference.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
layout: page
title: "Reference"
permalink: /reference/
---
{% include all_keypoints.html %}
{{content}}
1 change: 1 addition & 0 deletions bin/lesson_initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@
ROOT_REFERENCE_MD = '''\
---
layout: reference
permalink: /reference/
---
## Glossary
Expand Down

0 comments on commit 503cddd

Please sign in to comment.