Addition of an indexes section to the docs. Updated most of the existing index content.

This commit is contained in:
spf13
2013-10-31 09:51:13 -04:00
parent a7dae30a8f
commit 1d0d280e20
8 changed files with 328 additions and 227 deletions

View File

@@ -37,6 +37,14 @@
{{ end }}
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Indexes <b class="caret"></b></a>
<ul class="dropdown-menu">
{{ range $key, $value := .Site.Indexes.groups.indexes.Pages }}
<li hugo-nav="{{$value.RelPermalink}}"><a href="{{$value.Permalink}}"> {{ $value.LinkTitle }} </a> </li>
{{ end }}
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Extras <b class="caret"></b></a>
<ul class="dropdown-menu">