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