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

github.com/devcows/hugo-universal-theme.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.html18
1 files changed, 4 insertions, 14 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 8ca20b2..dffac47 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -7,11 +7,7 @@
<div id="all">
- <header>
-
- {{ partial "nav.html" . }}
-
- </header>
+ {{ partial "nav.html" . }}
<div id="content">
<div class="container">
@@ -20,16 +16,10 @@
<div class="box">
- <p class="text-center">
- <a href="index.html">
- <img src="img/logo.png" alt="Obaju template">
- </a>
- </p>
-
- <h3>We are sorry - this page is not here anymore</h3>
- <h4 class="text-muted">Error 404 - Page not found</h4>
+ <h3>{{ i18n "404Message" | markdownify }}</h3>
+ <h4 class="text-muted">{{ i18n "404Error" | markdownify }}</h4>
- <p class="buttons"><a href="index.html" class="btn btn-template-main"><i class="fa fa-home"></i> Go to Homepage</a>
+ <p class="buttons"><a href="{{ "/" | relURL }}" class="btn btn-template-main"><i class="fas fa-home"></i> {{ i18n "404NavHome" | markdownify }}</a>
</p>
</div>