From 1c5a0099b66f948e7e12bb4e09e5dd80f68051b0 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Tue, 14 Apr 2020 07:27:44 -0400 Subject: [PATCH] Fix empty date showing on collection 404 page --- templates/collection-post.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/collection-post.tmpl b/templates/collection-post.tmpl index 629c8a5..5b27963 100644 --- a/templates/collection-post.tmpl +++ b/templates/collection-post.tmpl @@ -62,7 +62,7 @@ {{if .Silenced}} {{template "user-silenced"}} {{end}} -
{{if .IsScheduled}}

Scheduled

{{end}}{{if .Title.String}}

{{.FormattedDisplayTitle}}

{{end}}{{if and $.Collection.Format.ShowDates (not .IsPinned)}}{{end}}
{{.HTMLContent}}
+
{{if .IsScheduled}}

Scheduled

{{end}}{{if .Title.String}}

{{.FormattedDisplayTitle}}

{{end}}{{if and $.Collection.Format.ShowDates (not .IsPinned) .IsFound}}{{end}}
{{.HTMLContent}}
{{ if .Collection.ShowFooterBranding }}