{{- with .Title }}{{ . }} | {{ end }}{{ .Site.Title -}} {{- .Permalink -}} {{- with .Title }}{{ . }} | {{ end }}{{ .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 first 15 (where .Data.Pages "Type" "!=" "home") -}} {{- .Title -}} {{- .Permalink -}} {{- .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" -}} {{- with .Site.Author.email -}} {{- . }}{{ with .Site.Author.name }} ({{ . }}){{ end -}} {{- end -}} {{- .Permalink -}} {{- .Content | html -}} {{- end -}}