Skip to content

Commit 6f46084

Browse files
authored
Actually Fix 404 (#2839)
💄 style(docs): update layout references for consistency - change layout name in 404.md for clarity - rename 404.html to page-not-found.html for better readability - update single.html layout references to match naming convention
2 parents 3627872 + 3e83cad commit 6f46084

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/content/404.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
title: "404 - Page Not Found"
3-
layout: "404"
3+
layout: page-not-found
44
---
File renamed without changes.

docs/layouts/single.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- define "main" }}
2-
page/single.html
2+
_default/single.html
33
{{- end }}
44
{{- define "template" }}
5-
page/single.html
5+
_default/single.html
66
{{- end }}

0 commit comments

Comments
 (0)