From d7258beaccbbdfdaf0c0fccbf30f5a27174df99f Mon Sep 17 00:00:00 2001 From: Rob Loranger Date: Wed, 2 Oct 2019 13:33:28 -0700 Subject: [PATCH] change class to make sense the old class was dt-published, at first it was split to keep the display: block without the rest. this changes the published class to subtle to be more logical --- templates/chorus-collection-post.tmpl | 4 ++-- templates/collection-post.tmpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/chorus-collection-post.tmpl b/templates/chorus-collection-post.tmpl index cda4292..84f4350 100644 --- a/templates/chorus-collection-post.tmpl +++ b/templates/chorus-collection-post.tmpl @@ -41,7 +41,7 @@ body#post header { article time.dt { display: block; } -article time.dt.published { +article time.dt.subtle { color: #666; margin-bottom: 1em; } @@ -68,7 +68,7 @@ body#post article h2#title{
{{if .IsScheduled}}

Scheduled

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

{{.FormattedDisplayTitle}}

{{end}} - {{if .ShowDates}}{{end}} + {{if .ShowDates}}{{end}}
{{.HTMLContent}}
{{ if .Collection.ShowFooterBranding }} diff --git a/templates/collection-post.tmpl b/templates/collection-post.tmpl index 24fc806..ae0add1 100644 --- a/templates/collection-post.tmpl +++ b/templates/collection-post.tmpl @@ -40,7 +40,7 @@ body#post header { article time.dt { display: block; } -article time.dt.published { +article time.dt.subtle { color: #666; margin-bottom: 1em; } @@ -77,7 +77,7 @@ body#post article h2#title{
{{if .IsScheduled}}

Scheduled

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

{{.FormattedDisplayTitle}}

{{end}} - {{if .ShowDates}}{{end}} + {{if .ShowDates}}{{end}}
{{.HTMLContent}}