fix: home page
All checks were successful
/ test (push) Successful in 6s

This commit is contained in:
violette 2025-09-13 03:29:31 -04:00
parent 3fbf3b427f
commit 6567c11a3a
2 changed files with 4 additions and 10 deletions

View file

@ -1,7 +1,6 @@
{{ define "main" }} {{ define "main" }}
{{ with $.GetPage "about" }}
{{ .Content }} {{ .Content }}
{{ range site.RegularPages }}
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
{{ .Summary }}
{{ end }} {{ end }}
{{ end }} {{ end }}

View file

@ -1,5 +0,0 @@
{{ define "main" }}
{{ with $.GetPage "about" }}
{{ .Content }}
{{ end }}
{{ end }}