diff --git a/layouts/partials/list-item-project.html b/layouts/partials/list-item-project.html index 47c52b4..41b6717 100644 --- a/layouts/partials/list-item-project.html +++ b/layouts/partials/list-item-project.html @@ -13,13 +13,11 @@ {{ end }} {{ with .Params.link }} {{ $.Scratch.Set "link" . }} {{ end }} -{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006") | $.Scratch.Set "pub_date" }} {{ with .Description }} {{ $.Scratch.Set "subtitle" . }} {{ end }} {{ with .ReadingTime }} {{ $.Scratch.Set "read_time" . }} {{ end }}