{{- .Params.Title | default (T .Section) | default .Section | dict "Some" | T "allSome" }} - {{ .Site.Title -}} {{- .Permalink -}} {{- .Params.Title | default (T .Section) | default .Section | dict "Some" | T "allSome" }} | {{ .Site.Title -}} Hugo -- gohugo.io {{- with .Site.LanguageCode -}} {{- . -}} {{- end -}} {{- with .Site.Author.email -}} {{- . }}{{ with $.Site.Author.name }} ({{ . }}){{ end -}} {{- . }}{{ with $.Site.Author.name }} ({{ . }}){{ end -}} {{- end -}} {{- with .Site.Copyright -}} {{- . -}} {{- end -}} {{- if not .Date.IsZero -}} {{- .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" -}} {{- end -}} {{- range .Pages | first (.Site.Params.section.rss | default 10) -}} {{- dict "Page" . "Site" .Site | partial "rss/item.html" -}} {{- end -}}