maggioni.xyz/_layouts/page.html

15 lines
206 B
HTML

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