Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dillonzq/LoveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/taxonomy/terms.html')
-rw-r--r--layouts/taxonomy/terms.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/taxonomy/terms.html b/layouts/taxonomy/terms.html
index 6722c665..384f8b2b 100644
--- a/layouts/taxonomy/terms.html
+++ b/layouts/taxonomy/terms.html
@@ -1,5 +1,5 @@
{{- define "title" -}}
- {{- .Title | default (T .Data.Plural) | default .Data.Plural }} | {{ .Site.Title -}}
+ {{- .Params.Title | default (T .Data.Plural) | default .Data.Plural | printf (T "allSome") }} - {{ .Site.Title -}}
{{- end -}}
{{- define "content" -}}
@@ -10,7 +10,7 @@
<div class="page archive">
{{- /* Title */ -}}
<h2 class="single-title animated pulse faster">
- {{- T "all" }}{{ T $taxonomies | default $taxonomies -}}
+ {{- .Params.Title | default (T $taxonomies) | default $taxonomies | printf (T "allSome") -}}
</h2>
{{- /* Categories Page */ -}}