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

github.com/h-enk/doks.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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/404.html b/layouts/404.html
index f1fe6bf..76d447a 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -2,8 +2,8 @@
<div class="row justify-content-center">
<div class="col-md-12 col-lg-10 col-xl-8">
<article>
- <h1 class="text-center">Page not found :(</h1>
- <p class="text-center">The page you are looking for doesn't exist or has been moved.</p>
+ <h1 class="text-center">{{ i18n "404-title" }}</h1>
+ <p class="text-center">{{ i18n "404-text" }}</p>
</article>
</div>
</div>