]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/commitdiff
Add 404 page
authorDuje Mihanović <duje.mihanovic@skole.hr>
Sun, 6 Aug 2023 09:57:12 +0000 (11:57 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Sun, 6 Aug 2023 09:57:12 +0000 (11:57 +0200)
layouts/404.html [new file with mode: 0644]

diff --git a/layouts/404.html b/layouts/404.html
new file mode 100644 (file)
index 0000000..b06f09d
--- /dev/null
@@ -0,0 +1,4 @@
+{{ define "main" }}
+<h1>Page Not Found</h1>
+<a href="{{ "" | relURL }}">Return to home?</a>
+{{ end }}