From 62a7fe145de2f50d5f8a4b88f68008a652f34da4 Mon Sep 17 00:00:00 2001 From: Andy Boughton Date: Fri, 19 Dec 2014 15:03:37 -0500 Subject: [PATCH] Template changes to work with validator according to current link validation rules. Also update HTML output. --- index.html | 2 +- index.md | 2 +- motivation.md | 3 ++- reference.html | 6 +++--- reference.md | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 05466f4..9d9bd07 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,7 @@ diff --git a/index.md b/index.md index f113f1a..2a1bad1 100644 --- a/index.md +++ b/index.md @@ -18,5 +18,5 @@ Paragraph of introductory material. * [Motivation](motivation.html) * [Reference Guide](reference.html) -* [Next Steps](discussion.html) +* [Discussion](discussion.html) * [Instructor's Guide](instructors.html) diff --git a/motivation.md b/motivation.md index e1d5198..4e906f6 100644 --- a/motivation.md +++ b/motivation.md @@ -1,6 +1,7 @@ --- layout: slides -title: Why Topic? +title: Lesson Title +subtitle: Motivation ---
## Why Topic? diff --git a/reference.html b/reference.html index 7d70e2c..effbcfa 100644 --- a/reference.html +++ b/reference.html @@ -26,14 +26,14 @@

Lesson Title

-

Reference

+

Reference Guide

...commands and examples...

Glossary

-
Key Word 1
+
Key Word 1
Definition of first term
-
Key Word 2
+
Key Word 2
Definition of second term
diff --git a/reference.md b/reference.md index fe72b8d..2df7024 100644 --- a/reference.md +++ b/reference.md @@ -1,7 +1,7 @@ --- layout: page title: Lesson Title -subtitle: Reference +subtitle: Reference Guide --- ...commands and examples... -- GitLab