mirror of
https://github.com/wassname/template.git
synced 2026-07-30 12:40:48 +08:00
WIP
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user