Merge pull request #284 from maxim-belkin/fix-links-md
authorRaniere Silva <raniere@rgaiacs.com>
Tue, 12 Jun 2018 13:54:29 +0000 (14:54 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Jun 2018 13:54:29 +0000 (14:54 +0100)
Add links.md to files in boilerplate

bin/boilerplate/_episodes/01-introduction.md
bin/boilerplate/_extras/about.md
bin/boilerplate/_extras/discuss.md
bin/boilerplate/_extras/figures.md
bin/boilerplate/_extras/guide.md

index 17e25138d9945d12f78d1b1c494256479379272b..fcfdda1723816c698e09632d513f013a9bef2a1f 100644 (file)
@@ -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."
----
\ No newline at end of file
+- "First key point. (FIXME)"
+---
+FIXME
+
+{% include links.md %}
index 3008972c01c7d401bcdc5b244f2c79734876d72b..5f07f659dcd2d78f4033e713a6f3cc71a28abffb 100644 (file)
@@ -2,3 +2,4 @@
 title: About
 ---
 {% include carpentries.html %}
+{% include links.md %}
index 524440acb26794f53da33b097967adce752f35de..bfc33c5041c10152cff6f88025aadd46efec859e 100644 (file)
@@ -2,3 +2,5 @@
 title: Discussion
 ---
 FIXME
+
+{% include links.md %}
index b807e484d61632e3b93a5f6b9a3d2120b4f46541..c1511e8ca174c9a2da451276c86e9864f87e1e82 100644 (file)
@@ -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 %}
index da9be3781a2eb337381b38d857a9cac4f7b519e6..50f266f8467a57ee9ee518605f255cad185bb74f 100644 (file)
@@ -2,3 +2,5 @@
 title: "Instructor Notes"
 ---
 FIXME
+
+{% include links.md %}