Merge pull request #5 from gbl08ma/fix-issue-2

Fix upstream issue #2
This commit is contained in:
Alexis Tacnet
2017-01-18 09:18:11 +01:00
committed by GitHub

View File

@@ -24,7 +24,7 @@
{{ end }}
{{ end }}
{{ end }}
{{ range where .Site.Pages "Section" ""}}
{{ range where .Site.RegularPages "Section" ""}}
{{ if ne .Title "Home"}}
<a href="{{ .Permalink }}"><li>{{ .Title }}</li></a>
{{ end }}