Add links.md to files in boilerplate
authorMaxim Belkin <maxim.belkin@gmail.com>
Fri, 1 Jun 2018 12:44:24 +0000 (07:44 -0500)
committerMaxim Belkin <maxim.belkin@gmail.com>
Fri, 1 Jun 2018 12:44:24 +0000 (07:44 -0500)
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..3241535296d44b1afaa11a51a5d6267d4450bcc4 100644 (file)
@@ -8,4 +8,6 @@ objectives:
 - "First objective."
 keypoints:
 - "First key point."
----
\ No newline at end of file
+---
+
+{% include links.md %}
index 3008972c01c7d401bcdc5b244f2c79734876d72b..dbe5f369fe2ffe9f917a54f36cd47f08aded0f7a 100644 (file)
@@ -2,3 +2,5 @@
 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 %}