removed list from index page

This commit is contained in:
ivan 2018-05-03 13:39:34 +03:00
parent 6b05e21804
commit 582c40175a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni

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