From e6fa5e3f7f1a5d793049d17d3728bb5e8662c28e Mon Sep 17 00:00:00 2001 From: latiif Date: Thu, 21 May 2020 10:27:07 +0200 Subject: [PATCH] Use title case for 'posts' translation --- layouts/posts/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/posts/list.html b/layouts/posts/list.html index 109de7a1a..f69bd10ec 100644 --- a/layouts/posts/list.html +++ b/layouts/posts/list.html @@ -1,9 +1,9 @@ {{ define "title" }} - {{ i18n (lower .Title) | default .Title }} · {{ .Site.Title }} + {{ title (i18n (lower .Title)) | default .Title }} · {{ .Site.Title }} {{ end }} {{ define "content" }}
-

{{ i18n (lower .Title) | default .Title }}

+

{{ title (i18n (lower .Title)) | default .Title }}