fixed homepage list issue

This commit is contained in:
2023-02-09 14:37:03 -07:00
committed by Oliver Atkinson
parent 4859d9cc5b
commit 314b17986d
3 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
{{- end }}
{{ define "main" -}}
{{ .Content }}
{{ if not .IsHome }}
<ul>
{{- range.Pages }}
<li>
@@ -18,3 +19,4 @@
{{- end }}
</ul>
{{- end }}
{{ end }}