From 503cdddb563604d04b3b1a2c9f23f30bed6e3dc5 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Sun, 3 Jul 2016 17:51:10 -0400 Subject: [PATCH] Must provide permalinks in pages, not layouts --- _layouts/reference.html | 1 - bin/lesson_initialize.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/reference.html b/_layouts/reference.html index b06c72d..27c9695 100644 --- a/_layouts/reference.html +++ b/_layouts/reference.html @@ -1,7 +1,6 @@ --- layout: page title: "Reference" -permalink: /reference/ --- {% include all_keypoints.html %} {{content}} diff --git a/bin/lesson_initialize.py b/bin/lesson_initialize.py index 853285e..0398d45 100755 --- a/bin/lesson_initialize.py +++ b/bin/lesson_initialize.py @@ -255,6 +255,7 @@ FIXME: home page introduction ROOT_REFERENCE_MD = '''\ --- layout: reference +permalink: /reference/ --- ## Glossary -- 2.30.2