Unverified Commit 2a938b09 authored by Raniere Silva's avatar Raniere Silva Committed by GitHub
Browse files

Merge pull request #284 from maxim-belkin/fix-links-md

Add links.md to files in boilerplate
parents 6099b78c 8249bf61
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -3,9 +3,12 @@ title: "Introduction"
teaching: 0
exercises: 0
questions:
- "Key question"
- "Key question (FIXME)"
objectives:
- "First objective."
- "First objective. (FIXME)"
keypoints:
- "First key point."
- "First key point. (FIXME)"
---
FIXME

{% include links.md %}
+1 −0
Original line number Diff line number Diff line
@@ -2,3 +2,4 @@
title: About
---
{% include carpentries.html %}
{% include links.md %}
+2 −0
Original line number Diff line number Diff line
@@ -2,3 +2,5 @@
title: Discussion
---
FIXME

{% include links.md %}
+2 −0
Original line number Diff line number Diff line
@@ -36,3 +36,5 @@ Create anchor for each one of the episodes.
{% for episode in site.episodes %}
<article id="{{ episode.url }}"></article>
{% endfor %}

{% include links.md %}
+2 −0
Original line number Diff line number Diff line
@@ -2,3 +2,5 @@
title: "Instructor Notes"
---
FIXME

{% include links.md %}