{{ define "main" }}
{{ with .Params.image }} Avatar {{ end }}

{{ .Params.name }}

{{- range .Params.social}} {{- end}} {{if .Params.mail}} {{end}}
{{ .Content }} {{- $name := .Params.name }} {{- $defaultimage := .Site.Params.defaultimage }}
{{ with .Site.GetPage "/posts" }} {{- range .RegularPages -}} {{if eq .Params.author $name}}
{{ if .Params.image }} {{ else }} {{ end }}
{{.Title}}
{{ .Content | safeHTML | truncate 250 }}
{{.Date.Format "02.01.2006"}} | {{.ReadingTime}} Minuten
{{end}} {{ end }} {{ end }}
{{ end }}