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