mirror of
https://github.com/osmarks/website
synced 2025-08-30 09:17:56 +00:00
New blog post
This commit is contained in:
@@ -62,6 +62,16 @@ html(lang="en")
|
||||
span= `${metricPrefix(wordCount, "")} words`
|
||||
if description
|
||||
em.description!= description
|
||||
if prev
|
||||
div
|
||||
.prev
|
||||
span= "← "
|
||||
a(href=`/${prev.slug}`)= prev.title
|
||||
if next
|
||||
div
|
||||
.next
|
||||
a(href=`/${next.slug}`)= next.title
|
||||
span= " →"
|
||||
block content
|
||||
|
||||
if haveSidenotes
|
||||
|
Reference in New Issue
Block a user