Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jimfrenette/hugo-starter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/404.html')
-rwxr-xr-xlayouts/404.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/404.html b/layouts/404.html
new file mode 100755
index 0000000..7e30c1c
--- /dev/null
+++ b/layouts/404.html
@@ -0,0 +1,8 @@
+{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
+{{ define "main" }}
+<article>
+ <h1>
+ This is not the page you were looking for
+ </h1>
+</article>
+{{ end }} \ No newline at end of file