Unverified Commit 99be104d authored by Raniere Silva's avatar Raniere Silva Committed by GitHub
Browse files

Merge pull request #206 from rgaiacs/remove-root-and-page

Remove root and page from YAML header

Close swcarpentry/lesson-example#205
parents 9758fd80 ab1ea985
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
---
layout: page
title: "Contributor Code of Conduct"
---
As contributors and maintainers of this project,
+0 −2
Original line number Diff line number Diff line
---
layout: page
title: "Licenses"
root: .
---
## Instructional Material

+9 −1
Original line number Diff line number Diff line
@@ -59,12 +59,20 @@ collections:
# Set the default layout for things in the episodes collection.
defaults:
  - values:
      root: ..
      root: .
      layout: page
  - scope:
      path: ""
      type: episodes
    values:
      layout: episode
      root: ..
  - scope:
      path: ""
      type: extras
    values:
      root: ..
      layout: page

#------------------------------------------------------------
# Jekyll Generic settings (should not need to change).
+0 −1
Original line number Diff line number Diff line
---
layout: page
title: About
---

+0 −1
Original line number Diff line number Diff line
---
layout: page
title: Discussion
---

Loading