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:
-rw-r--r--layouts/404.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 827ff42..2a2b125 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,8 +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>
+<main>
+ <div>
+ <h1>404</h1>
+ <h2>Sorry, we can't find the page you are looking for.</h2>
</div>
</main>
{{ end }}