Skip to content

Commit 48b6ab3

Browse files
authored
Merge branch 'gh-pages' into gh-pages
2 parents 1ce8540 + 23596e7 commit 48b6ab3

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

bin/boilerplate/_episodes/01-introduction.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ exercises: 0
55
questions:
66
- "Key question (FIXME)"
77
objectives:
8-
- "First objective. (FIXME)"
8+
- "First learning objective. (FIXME)"
99
keypoints:
10-
- "First key point. (FIXME)"
10+
- "First key point. Brief Answer to questions. (FIXME)"
1111
---
1212
FIXME
1313

1414
{% include links.md %}
15+

bin/boilerplate/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
---
22
layout: lesson
3-
root: . # Is the only page that don't follow the partner /:path/index.html
4-
permalink: index.html # Is the only page that don't follow the partner /:path/index.html
3+
root: . # Is the only page that doesn't follow the pattern /:path/index.html
4+
permalink: index.html # Is the only page that doesn't follow the pattern /:path/index.html
55
---
66
FIXME: home page introduction
77

8+
<!-- this is an html comment -->
9+
10+
{% comment %} This is a comment in Liquid {% endcomment %}
11+
812
> ## Prerequisites
913
>
1014
> FIXME

0 commit comments

Comments
 (0)