removed list from index page

This commit is contained in:
ivan 2018-05-03 13:39:34 +03:00
джерело 6b05e21804
коміт 582c40175a
1 змінених файлів з 2 додано та 0 видалено

@ -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" . }}