fixed homepage list issue
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
{{- end }}
|
||||
{{ define "main" -}}
|
||||
{{ .Content }}
|
||||
{{ if not .IsHome }}
|
||||
<ul>
|
||||
{{- range.Pages }}
|
||||
<li>
|
||||
@@ -18,3 +19,4 @@
|
||||
{{- end }}
|
||||
</ul>
|
||||
{{- end }}
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user