1
0
Fork 0

remove dedundant "home.html" partial

This commit is contained in:
brooke 2024-09-12 19:23:54 -04:00
parent 57cca52e71
commit 70bd996793
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,5 @@
{{ define "main" }} {{ define "main" }}
{{ partial "header.html" . }} {{ partial "header.html" . }}
{{ partial "home.html" . }} {{ partial "quote.html" . }}
{{ partial "list.html" . }}
{{ end }} {{ end }}

View file

@ -1,2 +0,0 @@
{{ partial "quote.html" . }}
{{ partial "list.html" . }}