maggioni.xyz/_layouts/page.html

12 lines
197 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>