2
0
Fork 0

removed list from index page

Esse commit está contido em:
ivan 2018-05-03 13:39:34 +03:00
commit 582c40175a
1 arquivos alterados com 2 adições e 0 exclusões

Ver arquivo

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