@ -41,7 +41,7 @@ body#post header {
article time.dt {
article time.dt {
display: block;
display: block;
}
}
article time.dt.published {
article time.dt.subtle {
color: #666;
color: #666;
margin-bottom: 1em;
margin-bottom: 1em;
}
}
@ -68,7 +68,7 @@ body#post article h2#title{
<article id="post-body" class="{{.Font}} h-entry">
<article id="post-body" class="{{.Font}} h-entry">
{{if .IsScheduled}}<p class="badge">Scheduled</p>{{end}}
{{if .IsScheduled}}<p class="badge">Scheduled</p>{{end}}
{{if .Title.String}}<h2 id="title" class="p-name">{{.FormattedDisplayTitle}}</h2>{{end}}
{{if .Title.String}}<h2 id="title" class="p-name">{{.FormattedDisplayTitle}}</h2>{{end}}
{{if .ShowDates}}<time class="dt{{if .Title.String}} published {{end}}" datetime="{{.Created}}" pubdate itemprop="datePublished" content="{{.Created}}">{{.DisplayDate}}</time>{{end}}
{{if .ShowDates}}<time class="dt{{if .Title.String}} subtle {{end}}" datetime="{{.Created}}" pubdate itemprop="datePublished" content="{{.Created}}">{{.DisplayDate}}</time>{{end}}
<div class="e-content">{{.HTMLContent}}</div></article>
<div class="e-content">{{.HTMLContent}}</div></article>
{{ if .Collection.ShowFooterBranding }}
{{ if .Collection.ShowFooterBranding }}