projects
/
dujemihanovic.xyz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ad2c80
)
Add 404 page
author
Duje Mihanović
<duje.mihanovic@skole.hr>
Sun, 6 Aug 2023 09:57:12 +0000
(11:57 +0200)
committer
Duje Mihanović
<duje.mihanovic@skole.hr>
Sun, 6 Aug 2023 09:57:12 +0000
(11:57 +0200)
layouts/404.html
[new file with mode: 0644]
patch
|
blob
diff --git a/layouts/404.html
b/layouts/404.html
new file mode 100644
(file)
index 0000000..
b06f09d
--- /dev/null
+++ b/
layouts/404.html
@@ -0,0
+1,4
@@
+{{ define "main" }}
+<h1>Page Not Found</h1>
+<a href="{{ "" | relURL }}">Return to home?</a>
+{{ end }}