|
@@ -1,10 +1,9 @@
|
|
|
{{ define "title" }}
|
|
{{ define "title" }}
|
|
|
- {{ .Title }} · {{ .Site.Title }}
|
|
|
|
|
|
|
+ {{ i18n (lower .Title) | default .Title }} · {{ .Site.Title }}
|
|
|
{{ end }}
|
|
{{ end }}
|
|
|
{{ define "content" }}
|
|
{{ define "content" }}
|
|
|
<section class="container list">
|
|
<section class="container list">
|
|
|
- <h1 class="title">{{ .Title }}</h1>
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <h1 class="title"> {{ i18n (lower .Title) | default .Title }} </h1>
|
|
|
<ul>
|
|
<ul>
|
|
|
{{- range .Paginator.Pages -}}
|
|
{{- range .Paginator.Pages -}}
|
|
|
{{- .Render "li" -}}
|
|
{{- .Render "li" -}}
|