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

github.com/jeremybise/twentynineteen-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/404.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/404.html b/layouts/404.html
index e69de29..c4f34ee 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -0,0 +1,5 @@
+{{ define "main" }}
+<div class="page-header">
+<h1>Oops! That page can't be found.</h1>
+</div>
+{{ end }} \ No newline at end of file