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}}