Skip to content
Snippets Groups Projects
Commit 62a7fe14 authored by Andy Boughton's avatar Andy Boughton
Browse files

Template changes to work with validator according to current link validation...

Template changes to work with validator according to current link validation rules. Also update HTML output.
parent 7ecb0276
Branches
Tags
No related merge requests found
......@@ -41,7 +41,7 @@
<ul>
<li><a href="motivation.html">Motivation</a></li>
<li><a href="reference.html">Reference Guide</a></li>
<li><a href="discussion.html">Next Steps</a></li>
<li><a href="discussion.html">Discussion</a></li>
<li><a href="instructors.html">Instructor's Guide</a></li>
</ul>
</div>
......
......@@ -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)
---
layout: slides
title: Why Topic?
title: Lesson Title
subtitle: Motivation
---
<section class="slide">
## Why Topic?
......
......@@ -26,14 +26,14 @@
<div class="row-fluid">
<div class="span10 offset1">
<h1 class="title">Lesson Title</h1>
<h2 class="subtitle">Reference</h2>
<h2 class="subtitle">Reference Guide</h2>
<p>...commands and examples...</p>
<h2 id="glossary">Glossary</h2>
<dl>
<dt><span id="key-word-1">Key Word 1</span></dt>
<dt>Key Word 1</dt>
<dd>Definition of first term
</dd>
<dt><span id="key-word-2">Key Word 2</span></dt>
<dt>Key Word 2</dt>
<dd>Definition of second term
</dd>
</dl>
......
---
layout: page
title: Lesson Title
subtitle: Reference
subtitle: Reference Guide
---
...commands and examples...
......
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