diff --git a/layouts/_default/section.html b/layouts/_default/section.html
index 6c2dfba..1c9ea69 100644
--- a/layouts/_default/section.html
+++ b/layouts/_default/section.html
@@ -1,5 +1,5 @@
{{- define "title" }}
-{{- .Params.Title | default (T .Section) | default .Section | dict "Some" | T "AllSome" }} - {{ .Site.Title -}}
+{{- .Params.Title | default (T .Section) | default .Section }} - {{ .Site.Title -}}
{{- end -}}
{{ define "main_inner_class" }}index posts-expand{{ end }}