mirror of
https://github.com/osmarks/website
synced 2025-09-03 19:27:54 +00:00
epigraphs and new post
This commit is contained in:
@@ -48,17 +48,18 @@ html(lang="en")
|
||||
.header
|
||||
h1.page-title= title
|
||||
block under-title
|
||||
h3.deemph
|
||||
if updated
|
||||
span= `Updated ${renderDate(updated)}`
|
||||
if created || wordCount
|
||||
span= " / "
|
||||
if created
|
||||
span= `Created ${renderDate(created)}`
|
||||
if wordCount
|
||||
span= " / "
|
||||
if wordCount
|
||||
span= `${metricPrefix(wordCount, "")} words`
|
||||
if !internal
|
||||
h3.deemph
|
||||
if updated
|
||||
span= `Updated ${renderDate(updated)}`
|
||||
if created || wordCount
|
||||
span= " / "
|
||||
if created
|
||||
span= `Created ${renderDate(created)}`
|
||||
if wordCount
|
||||
span= " / "
|
||||
if wordCount
|
||||
span= `${metricPrefix(wordCount, "")} words`
|
||||
if description
|
||||
em.description!= description
|
||||
block content
|
||||
@@ -67,5 +68,6 @@ html(lang="en")
|
||||
.sidenotes
|
||||
|
||||
if comments !== "off"
|
||||
main(class=!haveSidenotes ? "fullwidth isso" : "isso")
|
||||
main.isso
|
||||
h2 Comments
|
||||
section(id="comments-wrapper")
|
Reference in New Issue
Block a user