Enumerate sections in the header to do links

This commit is contained in:
Alexis Tacnet
2017-01-04 13:48:27 +01:00
parent 8639f8a8b0
commit 5c5fe525d6
2 changed files with 15 additions and 6 deletions

View File

@@ -10,6 +10,7 @@
{{ end }}
{{ end }}
</div>
{{ if ne (len (where .Data.Pages "Title" "!=" $globalTitle)) 0}}
<div class="page-heading">{{ .Title }}</div>
<ul>
{{ range .Data.Pages.ByPublishDate }}
@@ -18,6 +19,7 @@
{{ end }}
{{ end }}
</ul>
{{ end }}
</div>
</div>
</section>