diff --git a/themes/datacoop2020/layouts/index.html b/themes/datacoop2020/layouts/index.html index 0cd2eae..a793983 100644 --- a/themes/datacoop2020/layouts/index.html +++ b/themes/datacoop2020/layouts/index.html @@ -1,25 +1,8 @@ {{ define "main" }} -

{{.Title}}

+

{{.Title}}

- {{.Content}} - - {{ .Site.Params.mainSections }} - {{ $pages := where site.RegularPages "Type" "in" ("") }} - {{ range $pages.ByPublishDate.Reverse }} -

- {{ .Title | markdownify }} - {{ $customDateFormat := "January 2, 2006" }} - {{ with .Site.Params.customDateFormat }}{{ $customDateFormat = . }}{{ end }} -
- {{ .PublishDate.Format $customDateFormat }} - {{ partial "tags" . }} - {{ if eq .Site.Params.showPostSummary true }} -
- {{ .Summary }} - {{ end }} -

- {{ end }} + {{.Content}} {{ end }}