maggioni.xyz/_layouts/page.html
2021-02-03 13:03:48 +01:00

13 lines
205 B
HTML

---
layout: main
---
<article class="post">
<header class="post-header">
<h2 class="post-title">{{ page.title }}</h2>
</header>
<div class="post-content">
{{ content }}
</div>
</article>