Skip to content
Snippets Groups Projects
Commit 56082e32 authored by Greg Wilson's avatar Greg Wilson
Browse files

Merge pull request #91 from r-gaia-cs/add-h2-in-reference-back-to-sections

Add links in reference back to sections
parents 4c333827 004997e2
Branches
Tags
No related merge requests found
......@@ -27,6 +27,9 @@
<div class="span10 offset1">
<h1 class="title">Lesson Title</h1>
<h2 class="subtitle">Reference</h2>
<h2 id="topic-title-one"><a href="01-one.html">Topic Title One</a></h2>
<p>...commands and examples...</p>
<h2 id="topic-title-two"><a href="02-two.html">Topic Title Two</a></h2>
<p>...commands and examples...</p>
<h2 id="glossary">Glossary</h2>
<dl>
......
......@@ -3,6 +3,12 @@ layout: page
title: Lesson Title
subtitle: Reference
---
## [Topic Title One](01-one.html)
...commands and examples...
## [Topic Title Two](02-two.html)
...commands and examples...
## Glossary
......
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