19 lines
403 B
Text
19 lines
403 B
Text
---
|
|
layout: base
|
|
schema: blog
|
|
preloads:
|
|
href: '/assets/fonts/robotomono/robotomono-variablefont_wght-webfont.woff2'
|
|
as: 'font'
|
|
type: 'font/woff2'
|
|
crossorigin: true
|
|
---
|
|
|
|
<article class="region blog">
|
|
<div class="wrapper flow prose">
|
|
<h1 class="gradient-text">{{ title }}</h1>
|
|
|
|
{% set definedDate = date %} {% include "partials/date.njk" %}
|
|
|
|
{{ content | safe }}
|
|
</div>
|
|
</article>
|