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

github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHumberto Rocha <humrochagf@gmail.com>2022-05-28 01:23:43 +0300
committerHumberto Rocha <humrochagf@gmail.com>2022-05-28 01:23:43 +0300
commitb5a70f299f7da8b08b2012765e89527afa9d5d8d (patch)
tree9bddb0e6c68178fce4bfb30b1ba945806a63d843 /layouts
parent78f07f2742d3214d2b03171f3979988de776e518 (diff)
Fix 404 page
Diffstat (limited to 'layouts')
-rw-r--r--layouts/404.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 8c69720..18cb76b 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,9 +1,7 @@
{{ define "main" }}
- <div class="container">
- <div class="block-404">
- <h1>404</h1>
+ <div class="block-404">
+ <h1>404</h1>
- <h2>{{ i18n "notfound" }}</h2>
- </div>
+ <h2>{{ i18n "notfound" }}</h2>
</div>
{{ end }}