mirror of
https://git.tacowolf.net/TacoWolf/mestizo.monster.git
synced 2026-06-12 08:50:04 -04:00
16 lines
406 B
Text
16 lines
406 B
Text
---
|
|
layout: base.njk
|
|
---
|
|
|
|
<article>
|
|
<hgroup>
|
|
<h1>{{ title }}</h1>
|
|
<p>{{ description }}</p>
|
|
<ul>
|
|
<li><strong>author:</strong> <a href="/about">daniel a. gallegos (taco)</a></li>
|
|
<li><strong>reading time:</strong> about {{ content | readingTime }}</li>
|
|
<li><strong>published:</strong> {{ date }}</li>
|
|
</ul>
|
|
</hgroup>
|
|
<section>{{ content | safe }}</section>
|
|
</article>
|