diff --git a/layouts/posts/list.html b/layouts/posts/list.html index 146e618c1..109de7a1a 100644 --- a/layouts/posts/list.html +++ b/layouts/posts/list.html @@ -1,10 +1,9 @@ {{ define "title" }} - {{ .Title }} · {{ .Site.Title }} + {{ i18n (lower .Title) | default .Title }} · {{ .Site.Title }} {{ end }} {{ define "content" }}
-

{{ .Title }}

- +

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