Skip to content

Commit 95644a9

Browse files
committed
Fix root YAML variable in bin/lesson_initialize.py
Close #186
1 parent 3e332fc commit 95644a9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: "Licenses"
4-
permalink: /license/
4+
root: .
55
---
66
## Instructional Material
77

bin/lesson_initialize.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
ROOT_REFERENCE_MD = '''\
264264
---
265265
layout: reference
266+
root: .
266267
---
267268
268269
## Glossary
@@ -274,13 +275,15 @@
274275
---
275276
layout: page
276277
title: Setup
278+
root: .
277279
---
278280
FIXME
279281
'''
280282

281283
ROOT_AIO_MD = '''\
282284
---
283285
layout: page
286+
root: .
284287
---
285288
<script>
286289
window.onload = function() {

0 commit comments

Comments
 (0)