comicsite/_layouts/post.html
etherware-novice 285b1f419c
more tooling
2024-07-24 16:09:26 -05:00

9 lines
125 B
HTML

---
layout: default
---
<h1>{{ page.title }}</h1>
<p>{{ page.date | date_to_string}} - {{ page.author }}</p>
{{ content }}