1
0
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:
2024-04-22 19:19:53 +01:00
parent 20488d93c8
commit f5be4dded8
19 changed files with 185 additions and 22 deletions

View File

@@ -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")