removed list from index page

Este commit está contenido en:
ivan 2018-05-03 13:39:34 +03:00
padre 6b05e21804
commit 582c40175a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados

Ver fichero

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