diff --git a/layouts/_default/section.html b/layouts/_default/section.html index 186601626..fbb9a4db4 100644 --- a/layouts/_default/section.html +++ b/layouts/_default/section.html @@ -5,9 +5,9 @@ {{- define "content" -}}
{{- /* Title */ -}} -

+

{{- .Params.Title | default (T .Section) | default .Section | dict "Some" | T "allSome" -}} -

+ {{- /* Paginate */ -}} {{- if .Pages -}} @@ -19,7 +19,7 @@

{{- end -}} {{- partial "recentlyUpdated.html" . -}} {{- range $pages.PageGroups -}} -

{{ .Key }}

+

{{ .Key }}

{{- range .Pages -}}
diff --git a/layouts/partials/recentlyUpdated.html b/layouts/partials/recentlyUpdated.html index 091daffee..62329f5c9 100644 --- a/layouts/partials/recentlyUpdated.html +++ b/layouts/partials/recentlyUpdated.html @@ -9,7 +9,7 @@ {{- if ne .Lastmod.Unix .Date.Unix }} {{- $postCount = add $postCount 1 -}} {{- if eq $hasTitle false -}} -

{{- T "recentlyUpdated" -}}

+

{{- T "recentlyUpdated" -}}

{{- $hasTitle = true -}} {{- end -}}
@@ -24,4 +24,4 @@

{{- T "recentlyUpdated" -}}

{{- end -}} {{- end -}} {{- end -}} -{{- end -}} \ No newline at end of file +{{- end -}} diff --git a/layouts/taxonomy/list.html b/layouts/taxonomy/list.html index 4cc0c0e99..ac0c4956a 100644 --- a/layouts/taxonomy/list.html +++ b/layouts/taxonomy/list.html @@ -7,7 +7,7 @@