Compare commits

...

1 Commits

Author SHA1 Message Date
ivan 582c40175a removed list from index page 2018-05-03 13:39:34 +03:00
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
{{ .Content }}
{{if not .IsHome }}
<ul>
{{ range (where .Data.Pages "Section" "!=" "") }}
<li>
@ -14,5 +15,6 @@
</li>
{{ end }}
</ul>
{{ end }}
{{ partial "footer.html" . }}