{{- with .page.Date -}}
{{ .Format "2006-01-02" }}
{{- end -}}
{{- with .page.Params.Author -}}
by {{ . }}
{{- end -}}
{{ with .page.Params.tags }}
{{ end }}
{{ if .page.Params.cover }}
{{ $lazy := ge .pageIndex 2 }}
{{ partial "image.html" (dict "src" .page.Params.cover.src "alt" .page.Params.cover.alt "caption" .page.Params.cover.caption "page" .page "lazy" $lazy) }}
{{ end }}