2020-06-24 08:08:28 +00:00
|
|
|
extends /parts/page
|
|
|
|
block header
|
2020-06-24 15:40:20 +00:00
|
|
|
title #{content.title} - Chris Netsoj.nl
|
|
|
|
meta(name="og:title", content="#{content.title}")
|
|
|
|
meta(name="og:type", content="article")
|
|
|
|
meta(name="og:article", content="article")
|
2020-06-24 08:08:28 +00:00
|
|
|
|
|
|
|
block sidebar
|
|
|
|
|
|
|
|
block content
|
|
|
|
article
|
|
|
|
- import utils;
|
|
|
|
header
|
|
|
|
h1.title #{content.title}
|
|
|
|
p.subtitle
|
|
|
|
| By #{content.author} on #{content.firstPublished.toHumanString}
|
|
|
|
- if (content.firstPublished != content.updated)
|
|
|
|
|, updated on #{content.updated.toHumanString}
|
|
|
|
| !{content.content}
|