hypnagaga_old/src/_layouts/post.njk
2023-01-15 11:46:48 +01:00

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>