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

github.com/wayjam/hugo-theme-mixedpaper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayJam So <imsuwj@gmail.com>2020-05-10 10:18:45 +0300
committerWayJam So <imsuwj@gmail.com>2020-05-10 10:18:45 +0300
commit123118da50d662b9d9dcdbad231df72ccbdc08c0 (patch)
tree3fa33cb2c446c74f36c4de1703463f10b9c6218c /layouts
parentd247ba9ac45a0fc07a18f4d56a5d587f174c6901 (diff)
add: 404 content style
Diffstat (limited to 'layouts')
-rw-r--r--layouts/404.html16
1 files changed, 10 insertions, 6 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 1a06145..f1e05e8 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -2,12 +2,16 @@
{{ define "main" }}
<section id="main" class="notfound">
- <h1 class="not-found-title">404</h1>
- <div class="block">
- <h3>Sorry, we couldn't find the page you're looking for.</h3>
- <div class="line"></div>
- <p class="back"><a href="{{ "/" | relLangURL }}">Go back home</a></p>
- </div>
+ <div class="container">
+ <div class="content">
+ <h1 class="not-found-title">404</h1>
+ <div class="block">
+ <h3>Sorry, we couldn't find the page you're looking for.</h3>
+ <div class="line"></div>
+ <p class="back"><a href="{{ "/" | relLangURL }}">Go back home</a></p>
+ </div>
+ </div>
+ </div>
</section>
{{ end }}