{{ partial "head" . }}
{{ partial "header" . }} {{- $selection := false -}} {{- if (isset .Data "Singular") -}} {{- $selection = true -}} {{- end -}}
{{- if $selection }}

{{ (printf "Everything from %s \"%s\"" (.Data.Singular | humanize) (humanize .Title)) | markdownify }}

{{- else }}

{{ .Title }}

{{- end }} {{ if .Site.Params.Social.CommentsProvider }}

Subscribe to my Blog via Diaspora, Mastodon, Friendica or GNU Social. Never miss a article! Reshare, like and discuss it!

{{ end }}
{{ range .Paginator.Pages.ByPublishDate.Reverse }}

{{ partial "blog/pre-headline.html" . -}} {{ .Title | markdownify }}

{{ .Summary }}
{{ end }} {{ template "_internal/pagination.html" . }}
{{ partial "footer" . }} {{ partial "js" . }} {{ partial "matomo" . }}