Skip to content
Snippets Groups Projects
Commit ab1ea985 authored by Raniere Silva's avatar Raniere Silva
Browse files

Remove root and page from YAML header

parent 9758fd80
Branches
Tags
No related merge requests found
---
layout: page
title: "Contributor Code of Conduct"
---
As contributors and maintainers of this project,
......
---
layout: page
title: "Licenses"
root: .
---
## Instructional Material
......
......@@ -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).
......
---
layout: page
title: About
---
......
---
layout: page
title: Discussion
---
......
---
layout: page
title: Figures
---
<script>
......
---
layout: page
title: "Instructor Notes"
---
......
---
layout: page
root: .
---
<script>
window.onload = function() {
......
---
layout: lesson
root: .
root: . # Is the only page that don't follow the partner /:path/index.html
permalink: index.html # Is the only page that don't follow the partner /:path/index.html
---
......
---
layout: page
title: Setup
root: .
---
Our lesson template is kept in the [`swcarpentry/styles` repository][styles]. The `styles` repository is carefully curated so that
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment