{{ define "opengraph" }} {{ with .Site.LanguageCode }} {{ end }} {{ if .Params.image }} {{ else }} {{ end }} {{ if .Params.summary }} {{ else if .Content }} {{ else }} {{ end }} {{ with .Params.author }} {{ end }} {{ with .Params.tags }} {{ range . }} {{ end }} {{ end }} {{ end }} {{ define "main" }} {{ with .Params.image }} {{ .alt }} {{ with .copyright }} {{ end }} {{ end }}
{{ with .Params.tags }}
{{ range . }} #{{ . }} {{ end }}
{{ end }}

{{ .Title }}

{{.Date.Format "02.01.2006"}} - ⏱ {{.ReadingTime}} Minuten
{{ .Content }} {{- $author := .Params.author }} {{ with .Site.GetPage "/team" }} {{- range .RegularPages -}} {{if eq .Params.name $author}}
{{ if .Params.image }} {{ .Params.name }} Avatar {{ else }} Default Avatar {{ end }}

{{ .Params.name }}

{{end}} {{ end }} {{ end }}
{{ end }}