From 982745144f18ca42cf81031a846e4c30aea210c0 Mon Sep 17 00:00:00 2001
From: Luiz F. A. de PrĂ¡ <luizdepra@users.noreply.github.com>
Date: Thu, 25 Mar 2021 18:38:12 +0000
Subject: [PATCH] Fix notice and taxonomies translations (#544)

---
 layouts/partials/list.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/layouts/partials/list.html b/layouts/partials/list.html
index 26986a2..243e1af 100644
--- a/layouts/partials/list.html
+++ b/layouts/partials/list.html
@@ -6,7 +6,7 @@
         {{- print ": " -}}
       {{- end -}}
 
-      {{- .Title -}}
+      {{- i18n (lower .Title) | default .Title | title -}}
     </a>
   </h1>
   {{ .Content }}

--
Gitblit v1.10.0