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/posts/single.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index 5a72d8c..2e8bdf5 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -18,7 +18,7 @@
             </span>
             <span class="reading-time">
               <i class="fas fa-clock"></i>
-              {{ i18n "readingTime" .ReadingTime }}
+              {{ i18n "reading_time" .ReadingTime }}
             </span>
           </div>
           {{ with .Page.Params.Categories }}{{ partial "taxonomy/categories" . }}{{ end }}

--
Gitblit v1.10.0