{{ .Title }}
{{ with .Params.summary }}{{ . }}
{{ end }} {{ $author := .Params.author | default site.Params.author.name }} {{ $authorPage := cond (ne $author "") (site.GetPage (printf "/authors/%s" (urlize $author))) false }} {{ if or $author .Date }} {{ end }} {{/* Reading time + last-modified — Republik-style, directly below byline */}} {{ $showReadingTime := .Params.showreadingtime | default site.Params.showreadingtime | default true }} {{ $showLastMod := .Params.showlastmod | default site.Params.showlastmod | default false }} {{ $hasLastmod := and $showLastMod .Lastmod (ne (.Lastmod.Format "2006-01-02") (.Date.Format "2006-01-02")) }} {{ if or (and $showReadingTime .ReadingTime) $hasLastmod }} {{ end }}-
{{- range . -}}
- {{ . }} {{- end -}}