Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Add links to index for headings
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Mar 16, 2015
1 parent b2c0f0d commit 0382f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/index.spt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ nav_children = ['big-picture', 'howto', 'appendices']
<div class="toc">
{% for node in nav_current.values() %}
<section>
<h2>{{ node.title }}</h2>
<a href="{{ node.url }}"><h2>{{ node.title }}</h2></a>
<ul>
{% for child in node.children %}
<li><a href="{{ child.url }}">{{ child.title }}</a></li>
Expand Down

0 comments on commit 0382f56

Please sign in to comment.