From 004997e2c2a77f6222eeb29ebaa4a25d10f6f7fa Mon Sep 17 00:00:00 2001 From: Raniere Silva <raniere@ime.unicamp.br> Date: Sun, 21 Dec 2014 11:05:07 -0200 Subject: [PATCH] Add links in reference back to sections --- reference.html | 3 +++ reference.md | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/reference.html b/reference.html index 7d70e2c..88f0f98 100644 --- a/reference.html +++ b/reference.html @@ -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> diff --git a/reference.md b/reference.md index fe72b8d..8d0c4fe 100644 --- a/reference.md +++ b/reference.md @@ -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 -- GitLab