{{- printf "" | safeHTML }} {{ with .Site.Title }}{{.}}{{ end }} {{ .Permalink }} Latest blog posts from {{ .Site.Title }} {{ with .Site.LanguageCode }} {{.}} {{end}} {{ with .Site.Author.email }} {{.}} {{ with $.Site.Author.name }} ({{.}}){{end}} {{end}} {{ with .Site.Author.email }} {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}} {{end}} {{ with .Site.Copyright }} {{.}} {{end}} {{ if not .Date.IsZero }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} {{ end }} {{ with .OutputFormats.Get "RSS" }} {{ printf "" .Permalink .MediaType | safeHTML }} {{ end }} {{ with (where site.RegularPages "Type" "in" site.Params.mainSections) }} {{ range . }} {{ .Title }} {{ .Permalink }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} {{ .Permalink }} {{ .Summary | markdownify }} {{ end }} {{ end }}