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 }}