{{ define "main" }}
{{- $date := (dateFormat "02. January 2006" .Date) -}}

{{ .Title }}

{{- with .Params.image }} {{- $image := . }} {{- if ne (in . "images") true }} {{- $image = printf "images/%s" . }} {{- end }} {{- $image = absURL $image }} {{- if in . "https://" }} {{- $image = . }} {{- end }} {{ . }} {{- end }} {{- .Content }}
{{- partialCached "share" . }}
{{ template "_internal/disqus.html" . }}
{{ end }}