about summary refs log tree commit diff stats
path: root/themes/xmin/layouts/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/xmin/layouts/404.html')
-rw-r--r--themes/xmin/layouts/404.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/xmin/layouts/404.html b/themes/xmin/layouts/404.html
index c2e4e40..2f77920 100644
--- a/themes/xmin/layouts/404.html
+++ b/themes/xmin/layouts/404.html
@@ -1,5 +1,5 @@
-{{ partial "header.html" . }}
+{{ define "main" }}
 
-404 NOT FOUND
+404 Not Found
 
-{{ partial "footer.html" . }}
+{{- end }}