1
0
mirror of https://github.com/osmarks/website synced 2025-08-30 09:17:56 +00:00

New blog post

This commit is contained in:
2024-07-06 14:47:54 +01:00
parent 561876f458
commit e2e5aefbfc
14 changed files with 150 additions and 22 deletions

View File

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