From 389a69a6e71228b536af28776156fda30d22e217 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Wed, 27 Jun 2018 02:10:46 +0200 Subject: Add Multilingual support --- layouts/404.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'layouts/404.html') diff --git a/layouts/404.html b/layouts/404.html index d161297..c70b17e 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -4,7 +4,9 @@
-

404

+

+ {{ i18n "404_title" . }} +

@@ -12,7 +14,7 @@ {{ partial "nav.html" . }}
- Oops! Either you've found a bug (in which case, please tell me) or you're just making things up. This page doesn't exist! + {{ i18n "404_description" . | markdownify }}
-- cgit v1.2.3