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