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

github.com/gundamew/hugo-bingo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBing-Sheng Chen <gundamew@gmail.com>2018-07-03 11:13:59 +0300
committerBing-Sheng Chen <gundamew@gmail.com>2018-07-03 11:13:59 +0300
commit49a13896dec976e4e84c65e986b6af63cd55e25e (patch)
treea6efb68ebb9caeca626448a17562cef455650fb7
parent2976485f0229a80b66d6e0f739fd385908d36e58 (diff)
Add custom 404 page
-rw-r--r--layouts/404.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/404.html b/layouts/404.html
index e69de29..827ff42 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -0,0 +1,8 @@
+{{ define "main" }}
+<main class="tc lh-copy">
+ <div class="ph5">
+ <h1 class="f1 f-headline-l code mb3 fw9 dib tracked-tight dark-blue">404</h1>
+ <h2 class="tc f1-l fw1">Sorry, we can't find the page you are looking for.</h2>
+ </div>
+</main>
+{{ end }}