This commit is contained in:
Ludwig Schubert
2017-10-18 11:50:12 -07:00
parent 72a47b1a73
commit 68a0007503
9 changed files with 86 additions and 14 deletions
+3 -2
View File
@@ -8,10 +8,11 @@ d-appendix {
contain: content;
font-size: 0.8em;
line-height: 1.7em;
margin-top: 60px;
margin-bottom: 0;
border-top: 1px solid rgba(0,0,0,0.1);
border-top: 1px solid rgba(0, 0, 0, 0.1);
color: rgba(0,0,0,0.5);
padding-top: 36px;
padding-top: 60px;
padding-bottom: 48px;
}
+1 -1
View File
@@ -27,7 +27,7 @@ export function bylineTemplate(frontMatter) {
</div>
<div>
<h3>Published</h3>
${frontMatter.published ? `
${frontMatter.publishedDate ? `
<p>${frontMatter.publishedMonth}. ${frontMatter.publishedDay} ${frontMatter.publishedYear}</p> ` : `
<p><em>Not yet published</em></p>`}
</div>