From 17bee61c96228ee9e9ed2b4a120aaf4a016109c5 Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Wed, 4 Mar 2020 18:25:13 +0100 Subject: [PATCH] Removed: Project Time --- layouts/partials/list-item-project.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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 }}

{{ .Title }}

-
{{ $.Scratch.Get "pub_date" }}
{{ $.Scratch.Get "subtitle" }}
{{ range.Params.categories }} @@ -29,8 +27,6 @@ {{ range .Params.tags }} {{ . }} - - {{ end }} - - - \ No newline at end of file + + {{ end }} + \ No newline at end of file