Skip to content

Commit c323792

Browse files
committed
remove permalink and layout from individual page front matter
1 parent 724fdfc commit c323792

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

_extras/discuss.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
2-
layout: page
32
title: Discussion
4-
permalink: /discuss/
53
---
64

75
There are many ways to discuss Library Carpentry lessons:

_extras/guide.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
2-
layout: page
3-
title: "Instructor Notes"
4-
permalink: /guide/
2+
title: Instructor Notes
53
---
64

75
____
@@ -35,7 +33,7 @@ _____
3533
## 04-regular-expressions.md 05-quiz.md 06-quiz-answers.md
3634

3735
You may find it useful to use slides to work through episode four (see below for potential slides). Before starting the exercise, encourage learners to work with pen and paper, explain that with regex there are sometimes multiple answers to the same question (that is, some regex is perfect and some does the job given the likely data structures we use) and point them towards places to test their regex: for example regex101 [https://regex101.com/](https://regex101.com/), rexegper [http://regexper.com/](http://regexper.com/), myregexp [http://myregexp.com/]([http://myregexp.com/]), or whichever service you prefer. Also point them towards the quiz (episode five and six) as something they may move onto if they they finish the exercises early or look at after the workshop.
38-
36+
3937
____
4038
# General notes on Data Intro
4139

0 commit comments

Comments
 (0)