From 13c99afe10b5bd307732c9fafc13821d2147f928 Mon Sep 17 00:00:00 2001
From: Luiz F. A. de PrĂ¡ <luizdepra@users.noreply.github.com>
Date: Sat, 09 Feb 2019 14:36:32 +0000
Subject: [PATCH] Add pt-br i18n (#144)
---
layouts/partials/404.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/layouts/partials/404.html b/layouts/partials/404.html
index 7df669c..a884c68 100644
--- a/layouts/partials/404.html
+++ b/layouts/partials/404.html
@@ -1,7 +1,7 @@
<section class="container centered">
<div class="error">
<h1>404</h1>
- <h2>Page Not Found</h2>
- <p>Sorry, this page does not exist.<br />You can head back to <a href="{{ .Site.BaseURL }}">homepage</a>.</p>
+ <h2>{{ i18n "page_not_found" }}</h2>
+ <p>{{ i18n "page_does_not_exist" }}<br />{{ i18n "head_back" .Site.BaseURL | safeHTML }}</p>
</div>
</section>
--
Gitblit v1.10.0