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:
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html21
1 files changed, 10 insertions, 11 deletions
diff --git a/layouts/404.html b/layouts/404.html
index f1e05e8..2a0253b 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -2,16 +2,15 @@
{{ define "main" }}
<section id="main" class="notfound">
- <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>
+ <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 }}
-