{{ .Site.Title }}
{{ .Permalink }}
{{ with .Site.Params.Author.name }}
{{.}}
{{ with $.Site.Params.Author.email }}
{{.}}
{{end}}
{{end}}
Hugo -- gohugo.io
{{ range where (first 10 (where .Site.Pages "Section" "blog")) "Params.hidden" "ne" "true" }}
{{ `
{{ .Permalink }}
{{ with .Site.Params.Author.name }}
{{.}}
{{end}}
{{- $fmt := "2006-01-02T15:04:05-07:00" }}
{{ .Date.Format $fmt | safeHTML }}
{{ `
{{ end }}