maggioni.xyz/_layouts/page.html
Claudio Maggioni (maggicl) 6bcd6b927b Fixed beautifier
2021-02-03 13:09:30 +01:00

11 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>